summaryrefslogtreecommitdiffstats
path: root/kdeprint/kxmlcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kxmlcommand.h')
-rw-r--r--kdeprint/kxmlcommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kxmlcommand.h b/kdeprint/kxmlcommand.h
index c6e4c25fc..e24266f49 100644
--- a/kdeprint/kxmlcommand.h
+++ b/kdeprint/kxmlcommand.h
@@ -30,7 +30,7 @@ class DrMain;
class DrGroup;
class DrBase;
-class KDEPRINT_EXPORT KXmlCommand : public QObject
+class KDEPRINT_EXPORT KXmlCommand : public TQObject
{
friend class KXmlCommandManager;
@@ -86,7 +86,7 @@ private:
KXmlCommandPrivate *d;
};
-class KDEPRINT_EXPORT KXmlCommandManager : public QObject
+class KDEPRINT_EXPORT KXmlCommandManager : public TQObject
{
public:
enum IO_CheckType { None = 0, Basic, Advanced };