summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/showdesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/showdesktop.h')
-rw-r--r--superkaramba/src/showdesktop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/superkaramba/src/showdesktop.h b/superkaramba/src/showdesktop.h
index 6f46688..bcf67d9 100644
--- a/superkaramba/src/showdesktop.h
+++ b/superkaramba/src/showdesktop.h
@@ -27,9 +27,10 @@ class KWinModule;
/**
* Singleton class that handles desktop access (minimizing all windows)
*/
-class ShowDesktop : public QObject
+class ShowDesktop : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
static ShowDesktop* the();