From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kviewshell/marklist.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kviewshell/marklist.cpp') diff --git a/kviewshell/marklist.cpp b/kviewshell/marklist.cpp index 65c671a1..31b257f2 100644 --- a/kviewshell/marklist.cpp +++ b/kviewshell/marklist.cpp @@ -63,7 +63,7 @@ ThumbnailWidget::ThumbnailWidget(MarkListWidget* _parent, const PageNumber& _pag if (!waitIcon) { - waitIcon = new TQPixmap(KGlobal::iconLoader()->loadIcon("gear", KIcon::NoGroup, KIcon::SizeMedium)); + waitIcon = new TQPixmap(TDEGlobal::iconLoader()->loadIcon("gear", KIcon::NoGroup, KIcon::SizeMedium)); } } @@ -188,11 +188,11 @@ MarkListWidget::MarkListWidget(TQWidget* _parent, MarkList* _markList, const Pag pageLabel = new TQLabel(TQString("%1").arg(pageNumber), this); bottomLayout->addWidget(pageLabel, 1); - _backgroundColor = KGlobalSettings::baseColor(); + _backgroundColor = TDEGlobalSettings::baseColor(); // Alternate between colors. - if ((pageNumber % 2 == 0) && KGlobalSettings::alternateBackgroundColor().isValid()) - _backgroundColor = KGlobalSettings::alternateBackgroundColor(); + if ((pageNumber % 2 == 0) && TDEGlobalSettings::alternateBackgroundColor().isValid()) + _backgroundColor = TDEGlobalSettings::alternateBackgroundColor(); setPaletteBackgroundColor( _backgroundColor ); -- cgit v1.2.3