diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-02 20:19:13 +0900 |
| commit | e7e91987710bf65a145ff3b032fd75709f9a9ba6 (patch) | |
| tree | 753d626b2b6223e9f7ec5042dd0cd8889f461f69 /krusader/GUI | |
| parent | e1978ff467e22df5c5d5c0a51384246c55391190 (diff) | |
| download | krusader-e7e91987710bf65a145ff3b032fd75709f9a9ba6.tar.gz krusader-e7e91987710bf65a145ff3b032fd75709f9a9ba6.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a0b53006c9400470122fb11ccdcf131e93fd4cc)
Diffstat (limited to 'krusader/GUI')
| -rw-r--r-- | krusader/GUI/kcmdline.h | 4 | ||||
| -rw-r--r-- | krusader/GUI/krusaderstatus.h | 4 | ||||
| -rw-r--r-- | krusader/GUI/mediabutton.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/krusader/GUI/kcmdline.h b/krusader/GUI/kcmdline.h index 7ef68ae..be141c1 100644 --- a/krusader/GUI/kcmdline.h +++ b/krusader/GUI/kcmdline.h @@ -33,13 +33,13 @@ #ifndef KCMDLINE_H #define KCMDLINE_H -// QT includes +// TQt includes #include <tqwidget.h> #include <tqlabel.h> #include <tqlayout.h> #include <tqtoolbutton.h> -// KDE includes +// TDE includes #include <klineedit.h> #include <kshellcompletion.h> #include <kcombobox.h> diff --git a/krusader/GUI/krusaderstatus.h b/krusader/GUI/krusaderstatus.h index a845a17..de8bec7 100644 --- a/krusader/GUI/krusaderstatus.h +++ b/krusader/GUI/krusaderstatus.h @@ -33,12 +33,12 @@ #ifndef KRUSADERSTATUS_H #define KRUSADERSTATUS_H -// QT includes +// TQt includes #include <tqlabel.h> #include <tqwidget.h> #include <tqframe.h> -// KDE includes +// TDE includes #include <kstatusbar.h> #include <tdelocale.h> diff --git a/krusader/GUI/mediabutton.cpp b/krusader/GUI/mediabutton.cpp index fa2d965..d289627 100644 --- a/krusader/GUI/mediabutton.cpp +++ b/krusader/GUI/mediabutton.cpp @@ -238,7 +238,7 @@ void MediaButton::createListWithoutMedia() { 2. the menu is corrected, when the HDD volume sizes arrive from df when the volume sizes are added to the items, some cases widget resize - is necessary. If transparency is set for the widget, QT produces weird + is necessary. If transparency is set for the widget, TQt produces weird looking widgets, and that's why this workaround is used. Here we add additional spaces to the mounted HDD elements for avoiding the buggy widget resize. These are extra spaces. */ @@ -438,7 +438,7 @@ void MediaButton::addMountPoint( KMountPoint * mp, bool isMounted ) { /* WORKAROUND CODE START */ /* add spaces to avoid widget resize in gettingSpaceData, - which is buggy in QT when transparency is set */ + which is buggy in TQt when transparency is set */ TQString extSpc = ( isMounted && type == "hdd" ) ? extraSpaces : ""; /* WORKAROUND CODE END */ |
