diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kicker/applets | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/clock/clock.h | 6 | ||||
-rw-r--r-- | kicker/applets/launcher/quickbutton.h | 2 | ||||
-rw-r--r-- | kicker/applets/launcher/quicklauncher.h | 2 | ||||
-rw-r--r-- | kicker/applets/lockout/lockout.h | 4 | ||||
-rw-r--r-- | kicker/applets/minipager/pagerapplet.h | 6 | ||||
-rw-r--r-- | kicker/applets/minipager/pagerbutton.h | 2 | ||||
-rw-r--r-- | kicker/applets/naughty/NaughtyApplet.h | 2 | ||||
-rw-r--r-- | kicker/applets/run/runapplet.h | 6 | ||||
-rw-r--r-- | kicker/applets/swallow/swallow.h | 2 | ||||
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.h | 4 | ||||
-rw-r--r-- | kicker/applets/taskbar/taskbarapplet.h | 2 |
11 files changed, 19 insertions, 19 deletions
diff --git a/kicker/applets/clock/clock.h b/kicker/applets/clock/clock.h index e1bc980e8..144fb50c6 100644 --- a/kicker/applets/clock/clock.h +++ b/kicker/applets/clock/clock.h @@ -43,10 +43,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "settings.h" #include "kshadowengine.h" -class QTimer; -class QBoxLayout; +class TQTimer; +class TQBoxLayout; class DatePicker; -class QPixmap; +class TQPixmap; class Zone; class KPopupMenu; class Prefs; diff --git a/kicker/applets/launcher/quickbutton.h b/kicker/applets/launcher/quickbutton.h index 263651cc0..13917a5ac 100644 --- a/kicker/applets/launcher/quickbutton.h +++ b/kicker/applets/launcher/quickbutton.h @@ -39,7 +39,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "simplebutton.h" -class QPopupMenu; +class TQPopupMenu; class KAction; class KToggleAction; diff --git a/kicker/applets/launcher/quicklauncher.h b/kicker/applets/launcher/quicklauncher.h index bb53cfa9c..2dadf6344 100644 --- a/kicker/applets/launcher/quicklauncher.h +++ b/kicker/applets/launcher/quicklauncher.h @@ -36,7 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "quickbutton.h" class ConfigDlg; -class QPopupMenu; +class TQPopupMenu; class QuickButtonGroup; class PopularityStatistics; class KAction; diff --git a/kicker/applets/lockout/lockout.h b/kicker/applets/lockout/lockout.h index a0b2d67e0..6be995790 100644 --- a/kicker/applets/lockout/lockout.h +++ b/kicker/applets/lockout/lockout.h @@ -7,8 +7,8 @@ #include "simplebutton.h" -class QBoxLayout; -class QToolButton; +class TQBoxLayout; +class TQToolButton; class Lockout : public KPanelApplet { diff --git a/kicker/applets/minipager/pagerapplet.h b/kicker/applets/minipager/pagerapplet.h index 88712d9ff..e72f44588 100644 --- a/kicker/applets/minipager/pagerapplet.h +++ b/kicker/applets/minipager/pagerapplet.h @@ -33,9 +33,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "pagerbutton.h" #include "pagersettings.h" -class QButtonGroup; -class QGridLayout; -class QTimer; +class TQButtonGroup; +class TQGridLayout; +class TQTimer; class KProcess; class KWinModule; diff --git a/kicker/applets/minipager/pagerbutton.h b/kicker/applets/minipager/pagerbutton.h index 50baf68c9..54645b8e7 100644 --- a/kicker/applets/minipager/pagerbutton.h +++ b/kicker/applets/minipager/pagerbutton.h @@ -33,7 +33,7 @@ class KPixmap; class KWinModule; class KMiniPager; class KSharedPixmap; -class QLineEdit; +class TQLineEdit; class KMiniPagerButton : public TQButton, public KickerTip::Client { diff --git a/kicker/applets/naughty/NaughtyApplet.h b/kicker/applets/naughty/NaughtyApplet.h index b9da7b3f9..beb70552d 100644 --- a/kicker/applets/naughty/NaughtyApplet.h +++ b/kicker/applets/naughty/NaughtyApplet.h @@ -27,7 +27,7 @@ #include "simplebutton.h" class NaughtyProcessMonitor; -class QPushButton; +class TQPushButton; class NaughtyApplet : public KPanelApplet { diff --git a/kicker/applets/run/runapplet.h b/kicker/applets/run/runapplet.h index 520d6e00b..d5d12435f 100644 --- a/kicker/applets/run/runapplet.h +++ b/kicker/applets/run/runapplet.h @@ -27,9 +27,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqstring.h> #include <kpanelapplet.h> -class QLabel; -class QHBox; -class QPushButton; +class TQLabel; +class TQHBox; +class TQPushButton; class KHistoryCombo; class KURIFilterData; diff --git a/kicker/applets/swallow/swallow.h b/kicker/applets/swallow/swallow.h index 7488e913b..437c3fa8b 100644 --- a/kicker/applets/swallow/swallow.h +++ b/kicker/applets/swallow/swallow.h @@ -26,7 +26,7 @@ #include <kpanelapplet.h> -class QBoxLayout; +class TQBoxLayout; class KConfig; class KProcess; class KWinModule; diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index e2f8f64af..a92b8f74e 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -35,8 +35,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "simplebutton.h" -class QGridLayout; -class QTimer; +class TQGridLayout; +class TQTimer; class KWinModule; class TrayEmbed; class KDialogBase; diff --git a/kicker/applets/taskbar/taskbarapplet.h b/kicker/applets/taskbar/taskbarapplet.h index 69ef5eda1..9685b436b 100644 --- a/kicker/applets/taskbar/taskbarapplet.h +++ b/kicker/applets/taskbar/taskbarapplet.h @@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <kpanelapplet.h> class TaskBarContainer; -class QPalette; +class TQPalette; class TaskbarApplet : public KPanelApplet { |