summaryrefslogtreecommitdiffstats
path: root/konversation/src/highlight_preferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/highlight_preferences.cpp')
-rw-r--r--konversation/src/highlight_preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/highlight_preferences.cpp b/konversation/src/highlight_preferences.cpp
index 6fa017a..aeeeae1 100644
--- a/konversation/src/highlight_preferences.cpp
+++ b/konversation/src/highlight_preferences.cpp
@@ -52,8 +52,8 @@ Highlight_Config::Highlight_Config(TQWidget* parent, const char* name)
// This code was copied from KNotifyWidget::openSoundDialog() (knotifydialog.cpp) [it's under LGPL v2]
// find the first "sound"-resource that contains files
- TQStringList soundDirs = KGlobal::dirs()->findDirs("data", "konversation/sounds");
- soundDirs += KGlobal::dirs()->resourceDirs( "sound" );
+ TQStringList soundDirs = TDEGlobal::dirs()->findDirs("data", "konversation/sounds");
+ soundDirs += TDEGlobal::dirs()->resourceDirs( "sound" );
if ( !soundDirs.isEmpty() ) {
KURL url;