summaryrefslogtreecommitdiffstats
path: root/kpackage/pkgOptions.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-09 14:56:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-09 14:56:23 +0900
commit9d83393cc1a0de6c66a9ecd37716d4160843e5cd (patch)
treed64296ac4ae454bfb80330fe06674b6bce3c0b5f /kpackage/pkgOptions.cpp
parentb60f756596f2f8c166363eeb1a25a0866b91c5ee (diff)
downloadtdeadmin-9d83393cc1a0de6c66a9ecd37716d4160843e5cd.tar.gz
tdeadmin-9d83393cc1a0de6c66a9ecd37716d4160843e5cd.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpackage/pkgOptions.cpp')
-rw-r--r--kpackage/pkgOptions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kpackage/pkgOptions.cpp b/kpackage/pkgOptions.cpp
index acf9c4f..e817736 100644
--- a/kpackage/pkgOptions.cpp
+++ b/kpackage/pkgOptions.cpp
@@ -79,8 +79,6 @@ void pkgOptions::setupWidgets(TQPtrList<param> &pars)
f.setBold(true);
f.setPointSize(f.pointSize()+6);
title->setFont(f);
- // title->setAutoResize(TRUE);
- // title->update();
installButton = new TQPushButton(insType,this);
cancelButton = new KPushButton(KStdGuiItem::cancel(),this);