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 | |
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')
-rw-r--r-- | kpackage/pkgOptions.cpp | 2 | ||||
-rw-r--r-- | kpackage/procbuf.cpp | 2 |
2 files changed, 0 insertions, 4 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); diff --git a/kpackage/procbuf.cpp b/kpackage/procbuf.cpp index 122bf18..af94200 100644 --- a/kpackage/procbuf.cpp +++ b/kpackage/procbuf.cpp @@ -37,8 +37,6 @@ Modal::Modal(TQString msg, TQWidget *parent, const char * name ) { TQLabel *line1 = new TQLabel(msg,this); line1->setAlignment(AlignCenter); - line1->setAutoResize(true); - } void Modal::terminate() |