diff options
Diffstat (limited to 'src/app/stateChange.cpp')
-rw-r--r-- | src/app/stateChange.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/stateChange.cpp b/src/app/stateChange.cpp index 36d7e42..d547ff1 100644 --- a/src/app/stateChange.cpp +++ b/src/app/stateChange.cpp @@ -5,8 +5,8 @@ #include "adjustSizeButton.h" #include "debug.h" #include "mainWindow.h" -#include <kconfig.h> -#include <kglobal.h> +#include <tdeconfig.h> +#include <tdeglobal.h> #include "mxcl.library.h" #include <ntqapplication.h> #include <ntqevent.h> @@ -134,7 +134,7 @@ MainWindow::engineStateChanged( Engine::State state ) if( !(url_string.contains( "porn", false ) || url_string.contains( "pr0n", false )) ) #endif if( url.protocol() != "dvd" && url.protocol() != "vcd" ) { - KConfig *config = Codeine::config( "General" ); + TDEConfig *config = Codeine::config( "General" ); const TQString prettyUrl = url.prettyURL(); TQStringList urls = config->readPathListEntry( "Recent Urls" ); |