diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-09 14:56:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-09 14:56:23 +0900 |
| commit | 9d83393cc1a0de6c66a9ecd37716d4160843e5cd (patch) | |
| tree | d64296ac4ae454bfb80330fe06674b6bce3c0b5f /kpackage/pkgOptions.cpp | |
| parent | b60f756596f2f8c166363eeb1a25a0866b91c5ee (diff) | |
| download | tdeadmin-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.cpp | 2 |
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); |
