summaryrefslogtreecommitdiffstats
path: root/kviewshell/kmultipage.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:33:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:33:36 -0600
commit3c5631f74d1c75204f950140331e10f739082ee9 (patch)
treea2811ff6c81d3c771745cde47734e65b1da3d806 /kviewshell/kmultipage.h
parent6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (diff)
downloadtdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.tar.gz
tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kviewshell/kmultipage.h')
-rw-r--r--kviewshell/kmultipage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kviewshell/kmultipage.h b/kviewshell/kmultipage.h
index d6194cc0..8dbd8247 100644
--- a/kviewshell/kmultipage.h
+++ b/kviewshell/kmultipage.h
@@ -14,7 +14,7 @@
class Anchor;
class DocumentWidget;
-class KConfigDialog;
+class TDEConfigDialog;
class KPrintDialogPage_PageOptions;
class KPrinter;
class PageView;
@@ -271,14 +271,14 @@ public:
This method can be re-implemented to add documenttype specific
configuration pages to the central preferences dialog. The
- documentation to KConfigDialog explains how to do that.
+ documentation to TDEConfigDialog explains how to do that.
The default implementation does nothing.
- @param configDialog a pointer to the KConfigDialog the dialog to
+ @param configDialog a pointer to the TDEConfigDialog the dialog to
add pages to
*/
- virtual void addConfigDialogs(KConfigDialog* configDialog) { Q_UNUSED(configDialog); }
+ virtual void addConfigDialogs(TDEConfigDialog* configDialog) { Q_UNUSED(configDialog); }
/* These methods calculate the Zoomfactor needed to fit the pages
@@ -440,7 +440,7 @@ public slots:
virtual void slotShowThumbnails(bool);
/* Used internally. */
- void slotIOJobFinished ( KIO::Job *job );
+ void slotIOJobFinished ( TDEIO::Job *job );
/* Switches to fullscreen mode and back. */
virtual void slotSetFullPage(bool fullpage);