summaryrefslogtreecommitdiffstats
path: root/kdeprint/kpfilterpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kpfilterpage.h')
-rw-r--r--kdeprint/kpfilterpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/kpfilterpage.h b/kdeprint/kpfilterpage.h
index ab8909f78..83368e1d4 100644
--- a/kdeprint/kpfilterpage.h
+++ b/kdeprint/kpfilterpage.h
@@ -58,11 +58,11 @@ protected:
void updateButton();
private:
KListView *m_view;
- QStringList m_filters; // <idname,description> pairs
+ TQStringList m_filters; // <idname,description> pairs
TQDict<KXmlCommand> m_activefilters;
- QToolButton *m_add, *m_remove, *m_up, *m_down, *m_configure;
+ TQToolButton *m_add, *m_remove, *m_up, *m_down, *m_configure;
bool m_valid;
- QTextBrowser *m_info;
+ TQTextBrowser *m_info;
};
#endif