summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/images.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:29 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 20:26:21 +0200
commita5f534d9d7a9878b84c7d860943cd2b9714deb49 (patch)
tree52f751cf89f832fefae7e8b5b8567a684b2f1d51 /lilo-config/kde-qt-common/images.h
parent239cc9b83ce0d6dd5216aeb01a82e0d23a0a3595 (diff)
downloadtdeadmin-a5f534d9d7a9878b84c7d860943cd2b9714deb49.tar.gz
tdeadmin-a5f534d9d7a9878b84c7d860943cd2b9714deb49.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 38a31bafc0c0c68b4cb7c0606bac55bbef7c8b69)
Diffstat (limited to 'lilo-config/kde-qt-common/images.h')
-rw-r--r--lilo-config/kde-qt-common/images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/images.h b/lilo-config/kde-qt-common/images.h
index 898b95b..ca52d7b 100644
--- a/lilo-config/kde-qt-common/images.h
+++ b/lilo-config/kde-qt-common/images.h
@@ -63,7 +63,7 @@ private:
liloconf *lilo;
TQString previous;
TQString current;
- TQHBoxLayout *tqlayout;
+ TQHBoxLayout *layout;
TQListBox *images;
TQVBox *parameters;
EditWidget *image;