diff options
author | Slávek Banko <[email protected]> | 2016-03-26 12:35:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 14:10:15 +0100 |
commit | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch) | |
tree | f5923ce5d84971f1f394baf7411146f078c02fab /part/kxeconfiguration.h | |
parent | e28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff) | |
download | kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'part/kxeconfiguration.h')
-rw-r--r-- | part/kxeconfiguration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/part/kxeconfiguration.h b/part/kxeconfiguration.h index 3afd8b2..a0569c8 100644 --- a/part/kxeconfiguration.h +++ b/part/kxeconfiguration.h @@ -18,7 +18,7 @@ #ifndef KXECONFIGURATION_H #define KXECONFIGURATION_H -#include <qobject.h> +#include <tqobject.h> class KXETreeViewSettings; class KXETextViewSettings; @@ -39,7 +39,7 @@ class KDialogBase; * @short container for KXMLEditor's configuration data * @author Olaf Hartig */ -class KXEConfiguration : public QObject +class KXEConfiguration : public TQObject { Q_OBJECT |