summaryrefslogtreecommitdiffstats
path: root/kmymoney2
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2')
-rw-r--r--kmymoney2/Makefile.am2
-rw-r--r--kmymoney2/kmymoney2.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneyedit.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/Makefile.am b/kmymoney2/Makefile.am
index 1e39e16..2bfb0df 100644
--- a/kmymoney2/Makefile.am
+++ b/kmymoney2/Makefile.am
@@ -99,7 +99,7 @@ INCLUDES= $(all_includes) -I$(top_srcdir) -I. -I$(top_builddir)/kmymoney2/dialog
METASOURCES = AUTO
# the library search path.
-kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS)
+kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS)
# Uncomment the following two lines if you add a ui.rc file for your application to make use of
# KDE
diff --git a/kmymoney2/kmymoney2.cpp b/kmymoney2/kmymoney2.cpp
index 67c4984..4e03477 100644
--- a/kmymoney2/kmymoney2.cpp
+++ b/kmymoney2/kmymoney2.cpp
@@ -4263,7 +4263,7 @@ void KMyMoney2App::slotKDELanguageSettings(void)
TQString error;
int pid;
- KApplication::kdeinitExec("kcmshell", args, &error, &pid);
+ KApplication::tdeinitExec("kcmshell", args, &error, &pid);
}
void KMyMoney2App::slotNewFeature(void)
diff --git a/kmymoney2/widgets/kmymoneyedit.cpp b/kmymoney2/widgets/kmymoneyedit.cpp
index b9e3ace..2cbb6b3 100644
--- a/kmymoney2/widgets/kmymoneyedit.cpp
+++ b/kmymoney2/widgets/kmymoneyedit.cpp
@@ -54,7 +54,7 @@ kMyMoneyMoneyValidator::kMyMoneyMoneyValidator( double bottom, double top, int d
}
/*
- * The code of the following function is taken from kdeui/knumvalidator.cpp
+ * The code of the following function is taken from tdeui/knumvalidator.cpp
* and adjusted to always use the monetary symbols defined in the KDE control center
*/
TQValidator::State kMyMoneyMoneyValidator::validate( TQString & input, int & _p ) const