summaryrefslogtreecommitdiffstats
path: root/kdeprint/kdeprintfax/confsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kdeprintfax/confsystem.h')
-rw-r--r--kdeprint/kdeprintfax/confsystem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeprint/kdeprintfax/confsystem.h b/kdeprint/kdeprintfax/confsystem.h
index 6a2d00c12..9306df9f3 100644
--- a/kdeprint/kdeprintfax/confsystem.h
+++ b/kdeprint/kdeprintfax/confsystem.h
@@ -27,7 +27,7 @@
class TQLineEdit;
class TQComboBox;
-class ConfSystem : public QWidget
+class ConfSystem : public TQWidget
{
Q_OBJECT
public:
@@ -41,9 +41,9 @@ protected slots:
void slotDeviceChanged(int);
private:
- QComboBox *m_system, *m_device;
- QLineEdit *m_command, *m_server, *m_device_edit;
- QStringList m_commands;
+ TQComboBox *m_system, *m_device;
+ TQLineEdit *m_command, *m_server, *m_device_edit;
+ TQStringList m_commands;
int m_current;
};