diff options
Diffstat (limited to 'kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h')
-rw-r--r-- | kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h b/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h index 655998a5e..b2060c4d0 100644 --- a/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h +++ b/kdeprint/cups/cupsdconf2/cupsdbrowsingpage.h @@ -32,10 +32,10 @@ class CupsdBrowsingPage : public CupsdPage Q_OBJECT public: - CupsdBrowsingPage(QWidget *parent = 0, const char *name = 0); + CupsdBrowsingPage(TQWidget *parent = 0, const char *name = 0); - bool loadConfig(CupsdConf*, QString&); - bool saveConfig(CupsdConf*, QString&); + bool loadConfig(CupsdConf*, TQString&); + bool saveConfig(CupsdConf*, TQString&); void setInfos(CupsdConf*); protected slots: |