summaryrefslogtreecommitdiff
path: root/plugins/QuickContacts/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/QuickContacts/src/stdafx.h')
-rw-r--r--plugins/QuickContacts/src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/QuickContacts/src/stdafx.h b/plugins/QuickContacts/src/stdafx.h
index 842eee329e..f5abdae0e6 100644
--- a/plugins/QuickContacts/src/stdafx.h
+++ b/plugins/QuickContacts/src/stdafx.h
@@ -51,13 +51,11 @@ Boston, MA 02111-1307, USA.
#include "options.h"
#include "version.h"
-#define MODULE_NAME "QuickContacts"
+#define MODULENAME "QuickContacts"
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(MODULE_NAME)
- {}
+ CMPlugin();
};
//add a new hotkey so it has a default and can be changed in the options dialog