summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/expert.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:45:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:45:05 -0600
commitd1248617107f659af9d03cf1ef6d783571a0cba8 (patch)
tree06ce6d250704f2cddca023e81b63f25b19c9aa48 /lilo-config/kde-qt-common/expert.h
parent72fee035e994371467475e062b46287d68fa3f57 (diff)
downloadtdeadmin-d1248617107f659af9d03cf1ef6d783571a0cba8.tar.gz
tdeadmin-d1248617107f659af9d03cf1ef6d783571a0cba8.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'lilo-config/kde-qt-common/expert.h')
-rw-r--r--lilo-config/kde-qt-common/expert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h
index c2971a1..a3829d3 100644
--- a/lilo-config/kde-qt-common/expert.h
+++ b/lilo-config/kde-qt-common/expert.h
@@ -31,7 +31,7 @@
#include <lilo.h>
#include <tqwidget.h>
#include <tqmultilineedit.h>
-#include <tqlayout.h>
+#include <layout.h>
class Expert:public TQWidget
{
Q_OBJECT
@@ -48,7 +48,7 @@ signals:
void configChanged();
private:
liloconf *lilo;
- TQHBoxLayout *tqlayout;
+ TQHBoxLayout *layout;
TQMultiLineEdit *edit;
};
#endif