summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common/general.h')
-rw-r--r--lilo-config/kde-qt-common/general.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lilo-config/kde-qt-common/general.h b/lilo-config/kde-qt-common/general.h
index 7e88a90..d925ad1 100644
--- a/lilo-config/kde-qt-common/general.h
+++ b/lilo-config/kde-qt-common/general.h
@@ -29,15 +29,15 @@
#ifndef _GENERAL_H_
#define _GENERAL_H_ 1
#include <lilo.h>
-#include <qwidget.h>
-#include <qcombobox.h>
-#include <qspinbox.h>
-#include <qcheckbox.h>
+#include <tqwidget.h>
+#include <tqcombobox.h>
+#include <tqspinbox.h>
+#include <tqcheckbox.h>
class General:public QWidget
{
Q_OBJECT
public:
- General(liloconf *l=0, QWidget *parent=0, const char *name=0);
+ General(liloconf *l=0, TQWidget *parent=0, const char *name=0);
void makeReadOnly();
signals:
void configChanged();