aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/covermanager/covermanagerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/covermanager/covermanagerfactory.cpp')
-rw-r--r--src/plugins/General/covermanager/covermanagerfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/covermanager/covermanagerfactory.cpp b/src/plugins/General/covermanager/covermanagerfactory.cpp
index 126b76bbe..3f3a6271f 100644
--- a/src/plugins/General/covermanager/covermanagerfactory.cpp
+++ b/src/plugins/General/covermanager/covermanagerfactory.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -34,7 +34,7 @@ const GeneralProperties CoverManagerFactory::properties() const
return properties;
}
-General *CoverManagerFactory::create(QObject *parent)
+QObject *CoverManagerFactory::create(QObject *parent)
{
return new CoverManager(parent);
}