diff options
Diffstat (limited to 'kopete/kopete/contactlist')
-rw-r--r-- | kopete/kopete/contactlist/customnotificationprops.cpp | 2 | ||||
-rw-r--r-- | kopete/kopete/contactlist/kopetelviprops.cpp | 4 | ||||
-rw-r--r-- | kopete/kopete/contactlist/kopetemetacontactlvi.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/contactlist/customnotificationprops.cpp b/kopete/kopete/contactlist/customnotificationprops.cpp index bc5ed895..82851eb4 100644 --- a/kopete/kopete/contactlist/customnotificationprops.cpp +++ b/kopete/kopete/contactlist/customnotificationprops.cpp @@ -23,7 +23,7 @@ #include <tqlineedit.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kurlrequester.h> #include "customnotifications.h" 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 * ))); diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp index 7daabb61..3f2165c4 100644 --- a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp +++ b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp @@ -34,7 +34,7 @@ #include <kpassivepopup.h> #include <kpopupmenu.h> #include <kglobal.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kapplication.h> #include <kabc/addressbook.h> |