summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/expert.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:29 -0600
commit38a31bafc0c0c68b4cb7c0606bac55bbef7c8b69 (patch)
tree8abdf61ff3720b7056a0cf1bc3bbbcf334252c31 /lilo-config/kde-qt-common/expert.h
parent6b7a8ff33a6383be4a9dea3c4225d142aab79b78 (diff)
downloadtdeadmin-38a31bafc0c0c68b4cb7c0606bac55bbef7c8b69.tar.gz
tdeadmin-38a31bafc0c0c68b4cb7c0606bac55bbef7c8b69.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'lilo-config/kde-qt-common/expert.h')
-rw-r--r--lilo-config/kde-qt-common/expert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h
index c2971a1..43c5b01 100644
--- a/lilo-config/kde-qt-common/expert.h
+++ b/lilo-config/kde-qt-common/expert.h
@@ -48,7 +48,7 @@ signals:
void configChanged();
private:
liloconf *lilo;
- TQHBoxLayout *tqlayout;
+ TQHBoxLayout *layout;
TQMultiLineEdit *edit;
};
#endif