summaryrefslogtreecommitdiffstats
path: root/kdeprint/cups/cupsdconf2/cupsdserverpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/cups/cupsdconf2/cupsdserverpage.h')
-rw-r--r--kdeprint/cups/cupsdconf2/cupsdserverpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/cups/cupsdconf2/cupsdserverpage.h b/kdeprint/cups/cupsdconf2/cupsdserverpage.h
index d82367c30..e7aeee196 100644
--- a/kdeprint/cups/cupsdconf2/cupsdserverpage.h
+++ b/kdeprint/cups/cupsdconf2/cupsdserverpage.h
@@ -31,10 +31,10 @@ class CupsdServerPage : public CupsdPage
Q_OBJECT
public:
- CupsdServerPage(QWidget *parent = 0, const char *name = 0);
+ CupsdServerPage(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: