summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopetelviprops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopetelviprops.cpp')
-rw-r--r--kopete/kopete/contactlist/kopetelviprops.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/contactlist/kopetelviprops.cpp b/kopete/kopete/contactlist/kopetelviprops.cpp
index a731b504..f64af84d 100644
--- a/kopete/kopete/contactlist/kopetelviprops.cpp
+++ b/kopete/kopete/contactlist/kopetelviprops.cpp
@@ -33,7 +33,7 @@
#include <tqcombobox.h>
#include <kdialogbase.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kicondialog.h>
#include <kiconloader.h>
#include <klocale.h>
@@ -521,7 +521,7 @@ void KopeteMetaLVIProps::slotFromKABCClicked()
void KopeteMetaLVIProps::slotOpenSoundDialog( KURLRequester *requester )
{
- // taken from tdelibs/kio/kfile/knotifydialog.cpp
+ // taken from tdelibs/tdeio/tdefile/knotifydialog.cpp
// only need to init this once
requester->disconnect( TQT_SIGNAL( openFileDialog( KURLRequester * )),
this, TQT_SLOT( slotOpenSoundDialog( KURLRequester * )));