diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
commit | c294787b8256a8b5451500b1f075338e96f0bc6e (patch) | |
tree | 263bbbaca9b9e020721ea7265e40a36cd8010396 /kcron | |
parent | 038b83d0ce08e4c62563837a04cd6ce89dd17a7e (diff) | |
download | tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.tar.gz tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kcron')
-rw-r--r-- | kcron/Makefile.am | 4 | ||||
-rw-r--r-- | kcron/ktprintopt.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kcron/Makefile.am b/kcron/Makefile.am index fafc80e..95771ff 100644 --- a/kcron/Makefile.am +++ b/kcron/Makefile.am @@ -97,12 +97,12 @@ INCLUDES= $(all_includes) kcron_METASOURCES = AUTO -kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kcron.pot -kcron_LDADD = $(LIB_KFILE) -lkdeprint +kcron_LDADD = $(LIB_KFILE) -ltdeprint xdg_apps_DATA = kcron.desktop diff --git a/kcron/ktprintopt.h b/kcron/ktprintopt.h index 8673c9d..9c17174 100644 --- a/kcron/ktprintopt.h +++ b/kcron/ktprintopt.h @@ -18,7 +18,7 @@ #include <config.h> #endif -#include <kdeprint/kprintdialogpage.h> +#include <tdeprint/kprintdialogpage.h> class TQCheckBox; class KAccel; |