summaryrefslogtreecommitdiffstats
path: root/kdeprint/management/pluginaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/management/pluginaction.h')
-rw-r--r--kdeprint/management/pluginaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/management/pluginaction.h b/kdeprint/management/pluginaction.h
index f0addad4b..c39f5f700 100644
--- a/kdeprint/management/pluginaction.h
+++ b/kdeprint/management/pluginaction.h
@@ -27,7 +27,7 @@ class KDEPRINT_EXPORT PluginAction : public KAction
Q_OBJECT
public:
- PluginAction(int ID, const QString& txt, const QString& icon, int accel, QObject *parent = 0, const char *name = 0);
+ PluginAction(int ID, const TQString& txt, const TQString& icon, int accel, TQObject *parent = 0, const char *name = 0);
signals:
void activated(int);