From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeprint/kdeprintfax/confsystem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdeprint/kdeprintfax/confsystem.h') diff --git a/kdeprint/kdeprintfax/confsystem.h b/kdeprint/kdeprintfax/confsystem.h index 202e5f7a0..4e83d6ff9 100644 --- a/kdeprint/kdeprintfax/confsystem.h +++ b/kdeprint/kdeprintfax/confsystem.h @@ -21,8 +21,8 @@ #ifndef CONFSYSTEM_H #define CONFSYSTEM_H -#include -#include +#include +#include class QLineEdit; class QComboBox; @@ -31,7 +31,7 @@ class ConfSystem : public QWidget { Q_OBJECT public: - ConfSystem(QWidget *parent = 0, const char *name = 0); + ConfSystem(TQWidget *parent = 0, const char *name = 0); void load(); void save(); -- cgit v1.2.1