summaryrefslogtreecommitdiffstats
path: root/kdeprint/kpfileselectpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kpfileselectpage.h')
-rw-r--r--kdeprint/kpfileselectpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/kpfileselectpage.h b/kdeprint/kpfileselectpage.h
index 5f3822859..518f5a106 100644
--- a/kdeprint/kpfileselectpage.h
+++ b/kdeprint/kpfileselectpage.h
@@ -27,10 +27,10 @@ class KFileList;
class KPFileSelectPage : public KPrintDialogPage
{
public:
- KPFileSelectPage(QWidget *parent = 0, const char *name = 0);
+ KPFileSelectPage(TQWidget *parent = 0, const char *name = 0);
- void getOptions(QMap<QString,QString>& opts, bool incldef = false);
- void setOptions(const QMap<QString,QString>& opts);
+ void getOptions(TQMap<TQString,TQString>& opts, bool incldef = false);
+ void setOptions(const TQMap<TQString,TQString>& opts);
private:
KFileList *m_files;