summaryrefslogtreecommitdiffstats
path: root/kdeprint/printmgr/kcmprintmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/printmgr/kcmprintmgr.h')
-rw-r--r--kdeprint/printmgr/kcmprintmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/printmgr/kcmprintmgr.h b/kdeprint/printmgr/kcmprintmgr.h
index 7aa43ef58..126930931 100644
--- a/kdeprint/printmgr/kcmprintmgr.h
+++ b/kdeprint/printmgr/kcmprintmgr.h
@@ -27,10 +27,10 @@ class KMMainView;
class KCMPrintMgr : public KCModule
{
public:
- KCMPrintMgr(QWidget *parent, const char *name, const QStringList &);
+ KCMPrintMgr(TQWidget *parent, const char *name, const TQStringList &);
~KCMPrintMgr();
- QString quickHelp() const;
+ TQString quickHelp() const;
private:
KMMainView *m_mainview;