From 580d345952faf597f69347256e0ad3411725988a Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Mon, 4 Feb 2013 14:16:27 -0600
Subject: Rename KIcon to enhance compatibility with KDE4

---
 kviewshell/documentWidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kviewshell/documentWidget.cpp')

diff --git a/kviewshell/documentWidget.cpp b/kviewshell/documentWidget.cpp
index 04dffc75..5f1fc597 100644
--- a/kviewshell/documentWidget.cpp
+++ b/kviewshell/documentWidget.cpp
@@ -90,7 +90,7 @@ DocumentWidget::DocumentWidget(TQWidget *parent, PageView *sv, DocumentPageCache
 
   if (!busyIcon)
   {
-    busyIcon = new TQPixmap(TDEGlobal::iconLoader()->loadIcon("gear", KIcon::NoGroup, KIcon::SizeMedium));
+    busyIcon = new TQPixmap(TDEGlobal::iconLoader()->loadIcon("gear", TDEIcon::NoGroup, TDEIcon::SizeMedium));
 
     URShadow = new TQPixmap();
     BRShadow = new TQPixmap();
-- 
cgit v1.2.1