diff options
Diffstat (limited to 'kplato')
-rw-r--r-- | kplato/kptaccountspanel.cc | 2 | ||||
-rw-r--r-- | kplato/kptaccountspanelbase.ui | 2 | ||||
-rw-r--r-- | kplato/kptaccountsview.cc | 2 | ||||
-rw-r--r-- | kplato/kptaccountsview.h | 2 | ||||
-rw-r--r-- | kplato/kptcalendarlistpanel.ui | 2 | ||||
-rw-r--r-- | kplato/kptdoublelistviewbase.h | 2 | ||||
-rw-r--r-- | kplato/kptpertcanvas.cc | 2 | ||||
-rw-r--r-- | kplato/kptproject.h | 2 | ||||
-rw-r--r-- | kplato/kptreportview.cc | 4 | ||||
-rw-r--r-- | kplato/kptreportview.h | 2 | ||||
-rw-r--r-- | kplato/kptresourcespanel.cc | 2 | ||||
-rw-r--r-- | kplato/kptresourceview.cc | 2 | ||||
-rw-r--r-- | kplato/kptstandardworktimedialog.cc | 2 | ||||
-rw-r--r-- | kplato/kptview.cc | 8 | ||||
-rw-r--r-- | kplato/reports/Makefile.am | 4 | ||||
-rw-r--r-- | kplato/reports/tastdelist.desktop | 2 | ||||
-rw-r--r-- | kplato/resourcespanelbase.ui | 2 | ||||
-rw-r--r-- | kplato/standardworktimedialogbase.ui | 2 |
18 files changed, 23 insertions, 23 deletions
diff --git a/kplato/kptaccountspanel.cc b/kplato/kptaccountspanel.cc index 6aaa4a61..00925a6e 100644 --- a/kplato/kptaccountspanel.cc +++ b/kplato/kptaccountspanel.cc @@ -29,7 +29,7 @@ #include <tqstring.h> #include <tqstringlist.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> #include <kdebug.h> diff --git a/kplato/kptaccountspanelbase.ui b/kplato/kptaccountspanelbase.ui index 61d83ac5..a8f05d68 100644 --- a/kplato/kptaccountspanelbase.ui +++ b/kplato/kptaccountspanelbase.ui @@ -125,6 +125,6 @@ </customwidgets> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>klistview.h</includehint> + <includehint>tdelistview.h</includehint> </includehints> </UI> diff --git a/kplato/kptaccountsview.cc b/kplato/kptaccountsview.cc index 89eb9c67..d466e1cc 100644 --- a/kplato/kptaccountsview.cc +++ b/kplato/kptaccountsview.cc @@ -44,7 +44,7 @@ #include <kcalendarsystem.h> #include <kglobal.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> #include <kprinter.h> diff --git a/kplato/kptaccountsview.h b/kplato/kptaccountsview.h index c8f99aae..2d2bf6b4 100644 --- a/kplato/kptaccountsview.h +++ b/kplato/kptaccountsview.h @@ -22,7 +22,7 @@ #include <tqdatetime.h> -#include <klistview.h> +#include <tdelistview.h> #include "kptaccount.h" #include "kptcontext.h" diff --git a/kplato/kptcalendarlistpanel.ui b/kplato/kptcalendarlistpanel.ui index 08980750..5c98c6b9 100644 --- a/kplato/kptcalendarlistpanel.ui +++ b/kplato/kptcalendarlistpanel.ui @@ -124,6 +124,6 @@ </tabstops> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>klistview.h</includehint> + <includehint>tdelistview.h</includehint> </includehints> </UI> diff --git a/kplato/kptdoublelistviewbase.h b/kplato/kptdoublelistviewbase.h index 9347742a..63d72814 100644 --- a/kplato/kptdoublelistviewbase.h +++ b/kplato/kptdoublelistviewbase.h @@ -25,7 +25,7 @@ #include <tqptrvector.h> #include <tqsplitter.h> -#include <klistview.h> +#include <tdelistview.h> class TQListViewItem; diff --git a/kplato/kptpertcanvas.cc b/kplato/kptpertcanvas.cc index 04274dce..da47b492 100644 --- a/kplato/kptpertcanvas.cc +++ b/kplato/kptpertcanvas.cc @@ -43,7 +43,7 @@ #include <kmessagebox.h> #include <assert.h> #include <tdemultipledrag.h> -#include <klistview.h> +#include <tdelistview.h> namespace KPlato { diff --git a/kplato/kptproject.h b/kplato/kptproject.h index d0dd1eb9..8ffbdb7d 100644 --- a/kplato/kptproject.h +++ b/kplato/kptproject.h @@ -33,7 +33,7 @@ #include <tqptrlist.h> #include <tqdict.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> namespace KPlato diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc index cb6a84d3..c93be14d 100644 --- a/kplato/kptreportview.cc +++ b/kplato/kptreportview.cc @@ -29,9 +29,9 @@ #include <KoStore.h> #include <kdebug.h> -#include <kaction.h> +#include <tdeaction.h> #include <kstdaction.h> -#include <ktoolbar.h> +#include <tdetoolbar.h> #include <kstandarddirs.h> #include <kurl.h> #include <kmessagebox.h> diff --git a/kplato/kptreportview.h b/kplato/kptreportview.h index e62c2b36..08f54fb8 100644 --- a/kplato/kptreportview.h +++ b/kplato/kptreportview.h @@ -28,7 +28,7 @@ #include <tqsplitter.h> #include <tqstring.h> -#include <klistview.h> +#include <tdelistview.h> class TDEAction; class KPrinter; diff --git a/kplato/kptresourcespanel.cc b/kplato/kptresourcespanel.cc index 6059590b..eaadc808 100644 --- a/kplato/kptresourcespanel.cc +++ b/kplato/kptresourcespanel.cc @@ -24,7 +24,7 @@ #include "kptcommand.h" #include <kdebug.h> -#include <klistview.h> +#include <tdelistview.h> #include <kmessagebox.h> #include <klocale.h> #include <kabc/addressee.h> diff --git a/kplato/kptresourceview.cc b/kplato/kptresourceview.cc index addfac34..b0e433eb 100644 --- a/kplato/kptresourceview.cc +++ b/kplato/kptresourceview.cc @@ -36,7 +36,7 @@ #include <tqpaintdevicemetrics.h> #include <tqstyle.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> #include <kglobal.h> #include <kprinter.h> diff --git a/kplato/kptstandardworktimedialog.cc b/kplato/kptstandardworktimedialog.cc index ff691bff..1b5495b7 100644 --- a/kplato/kptstandardworktimedialog.cc +++ b/kplato/kptstandardworktimedialog.cc @@ -42,7 +42,7 @@ #include <kglobal.h> #include <klocale.h> #include <knuminput.h> -#include <klistview.h> +#include <tdelistview.h> namespace KPlato { diff --git a/kplato/kptview.cc b/kplato/kptview.cc index 7ebd1b2d..63a9a987 100644 --- a/kplato/kptview.cc +++ b/kplato/kptview.cc @@ -45,13 +45,13 @@ #include <tqpair.h> #include <kiconloader.h> -#include <kaction.h> +#include <tdeaction.h> #include <kstdaction.h> #include <klocale.h> #include <kdebug.h> -#include <klistview.h> -#include <kstdaccel.h> -#include <kaccelgen.h> +#include <tdelistview.h> +#include <tdestdaccel.h> +#include <tdeaccelgen.h> #include <tdeversion.h> #include <kstatusbar.h> #include <kxmlguifactory.h> diff --git a/kplato/reports/Makefile.am b/kplato/reports/Makefile.am index 4768252a..28130aef 100644 --- a/kplato/reports/Makefile.am +++ b/kplato/reports/Makefile.am @@ -1,7 +1,7 @@ kplatoreportdir = $(kde_datadir)/kplato/reports -kplatoreport_DATA = resourcelist.desktop tasklist.desktop +kplatoreport_DATA = resourcelist.desktop tastdelist.desktop kplatoreportsourcedir = $(kde_datadir)/kplato/reports/.source -kplatoreportsource_DATA = resourcelist.ktf tasklist.ktf +kplatoreportsource_DATA = resourcelist.ktf tastdelist.ktf EXTRA_DIST = $(kplatoreport_DATA) diff --git a/kplato/reports/tastdelist.desktop b/kplato/reports/tastdelist.desktop index aaa2b7f3..0b23d166 100644 --- a/kplato/reports/tastdelist.desktop +++ b/kplato/reports/tastdelist.desktop @@ -42,5 +42,5 @@ Name[uz@cyrillic]=Вазифалар рўйхати Name[zh_CN]=任务列表 Name[zh_TW]=工作清單 Type=Link -URL= .source/tasklist.ktf +URL= .source/tastdelist.ktf X-TDE-Hidden=false diff --git a/kplato/resourcespanelbase.ui b/kplato/resourcespanelbase.ui index af913ca2..8f897eb5 100644 --- a/kplato/resourcespanelbase.ui +++ b/kplato/resourcespanelbase.ui @@ -190,6 +190,6 @@ </customwidgets> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>klistview.h</includehint> + <includehint>tdelistview.h</includehint> </includehints> </UI> diff --git a/kplato/standardworktimedialogbase.ui b/kplato/standardworktimedialogbase.ui index 6843dfd8..46efac2c 100644 --- a/kplato/standardworktimedialogbase.ui +++ b/kplato/standardworktimedialogbase.ui @@ -284,7 +284,7 @@ when there is no calendar defined for a resource.</string> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>knuminput.h</includehint> - <includehint>klistview.h</includehint> + <includehint>tdelistview.h</includehint> <includehint>kcombobox.h</includehint> </includehints> </UI> |