From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kghostview/kgvconfigdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kghostview/kgvconfigdialog.cpp') diff --git a/kghostview/kgvconfigdialog.cpp b/kghostview/kgvconfigdialog.cpp index 3333a845..27f2664c 100644 --- a/kghostview/kgvconfigdialog.cpp +++ b/kghostview/kgvconfigdialog.cpp @@ -133,11 +133,11 @@ namespace { void ConfigDialog::showSettings( KGVPart* main ) { const char* name = "kghostview-settings"; - if ( KConfigDialog::showDialog( name ) ) return; + if ( TDEConfigDialog::showDialog( name ) ) return; if ( Configuration::redetectionCounter() < currentRedetection ) redoGSDetection(); - KConfigDialog* dialog = new KConfigDialog( 0, name, + TDEConfigDialog* dialog = new TDEConfigDialog( 0, name, Configuration::self(), KDialogBase::IconList ); dialog->addPage( new GeneralSettingsWidget( 0, "general-settings" ), i18n( "General" ), TQString::fromLatin1( "kghostview" ) ); -- cgit v1.2.1