diff options
Diffstat (limited to 'kdesktop/kcustommenu.h')
-rw-r--r-- | kdesktop/kcustommenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kcustommenu.h b/kdesktop/kcustommenu.h index 3a678ae7a..602a09584 100644 --- a/kdesktop/kcustommenu.h +++ b/kdesktop/kcustommenu.h @@ -20,7 +20,7 @@ #ifndef __kcustommenu_h__ #define __kcustommenu_h__ -#include <qpopupmenu.h> +#include <tqpopupmenu.h> #include <kservice.h> /* @@ -34,7 +34,7 @@ public: /** * Create a custome menu described by @p configfile. */ - KCustomMenu(const QString &configfile, QWidget *parent=0); + KCustomMenu(const TQString &configfile, TQWidget *parent=0); /** * Destructor |