diff options
41 files changed, 44 insertions, 44 deletions
diff --git a/cervisia/cvsservice/repository.cpp b/cervisia/cvsservice/repository.cpp index 7a25df38..ac2c9255 100644 --- a/cervisia/cvsservice/repository.cpp +++ b/cervisia/cvsservice/repository.cpp @@ -27,7 +27,7 @@ #include <tdeapplication.h> #include <tdeconfig.h> #include <kdirwatch.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "sshagent.h" diff --git a/kbabel/addons/preview/pothumbcreator.cpp b/kbabel/addons/preview/pothumbcreator.cpp index 30cf62a7..c3d57c66 100644 --- a/kbabel/addons/preview/pothumbcreator.cpp +++ b/kbabel/addons/preview/pothumbcreator.cpp @@ -40,7 +40,7 @@ #include <tdeapplication.h> #include <tdeglobal.h> #include <kiconloader.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kpixmapsplitter.h> #include "pothumbcreator.h" diff --git a/kbabel/catalogmanager/catalogmanager.cpp b/kbabel/catalogmanager/catalogmanager.cpp index bc383e28..4ef617c1 100644 --- a/kbabel/catalogmanager/catalogmanager.cpp +++ b/kbabel/catalogmanager/catalogmanager.cpp @@ -67,7 +67,7 @@ #include <kprogress.h> #include <tdestdaccel.h> #include <kstdaction.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstatusbar.h> #include <tdetoolbar.h> #include <twin.h> diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index 970f8cbd..402af6dc 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -45,7 +45,7 @@ #include <tqptrlist.h> #include <tqvaluevector.h> #include <tdemacros.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> class KDataTool; class TQString; diff --git a/kbabel/common/kbprojectmanager.cpp b/kbabel/common/kbprojectmanager.cpp index 7b369ad7..e26edff6 100644 --- a/kbabel/common/kbprojectmanager.cpp +++ b/kbabel/common/kbprojectmanager.cpp @@ -32,7 +32,7 @@ **************************************************************************** */ #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "kbprojectmanager.h" diff --git a/kbabel/common/poinfo.cpp b/kbabel/common/poinfo.cpp index 4df7041f..95df4510 100644 --- a/kbabel/common/poinfo.cpp +++ b/kbabel/common/poinfo.cpp @@ -39,7 +39,7 @@ #include <tdeapplication.h> #include <tdeio/netaccess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksavefile.h> #include <tqdatastream.h> diff --git a/kbabel/common/projectsettings.cpp b/kbabel/common/projectsettings.cpp index 8ac63cd4..3050d971 100644 --- a/kbabel/common/projectsettings.cpp +++ b/kbabel/common/projectsettings.cpp @@ -38,7 +38,7 @@ #include <tqstring.h> #include <tdeglobal.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdespell.h> diff --git a/kbabel/kbabel/kbabelsplash.cpp b/kbabel/kbabel/kbabelsplash.cpp index 848d506f..c3526960 100644 --- a/kbabel/kbabel/kbabelsplash.cpp +++ b/kbabel/kbabel/kbabelsplash.cpp @@ -36,7 +36,7 @@ #include <tqfontmetrics.h> #include <tqpainter.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> KBabelSplash* KBabelSplash::instance = 0; diff --git a/kbabel/kbabeldict/kbabeldictbox.cpp b/kbabel/kbabeldict/kbabeldictbox.cpp index 2347c28f..8d0a7a97 100644 --- a/kbabel/kbabeldict/kbabeldictbox.cpp +++ b/kbabel/kbabeldict/kbabeldictbox.cpp @@ -52,7 +52,7 @@ #include <tdelistview.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobal.h> #include <kdebug.h> #include <ktrader.h> diff --git a/kbabel/kbabeldict/kbabelsplash.cpp b/kbabel/kbabeldict/kbabelsplash.cpp index 56c5e3a8..655f6425 100644 --- a/kbabel/kbabeldict/kbabelsplash.cpp +++ b/kbabel/kbabeldict/kbabelsplash.cpp @@ -36,7 +36,7 @@ #include <tqfontmetrics.h> #include <tqpainter.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> KBabelSplash* KBabelSplash::instance = 0; diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp index 290145d8..20d39911 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp @@ -39,7 +39,7 @@ #include <tdemessagebox.h> #include <tdefiledialog.h> #include <kurlrequester.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "tdeapplication.h" #include "KDBSearchEngine.h" diff --git a/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.cpp b/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.cpp index 06f9939b..1c82c47a 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.cpp @@ -9,7 +9,7 @@ #include <kurlrequester.h> #include <tqtoolbutton.h> #include <klineedit.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "dbseprefwidget.h" #include "preferenceswidget.h" diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp index 25ef4819..1399cc6f 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp @@ -39,7 +39,7 @@ #include <kurlrequester.h> #include <tqcheckbox.h> #include <knuminput.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <tqmap.h> diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp index b413c8b2..a4301d88 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.cpp @@ -9,7 +9,7 @@ #include <kurlrequester.h> #include <tqtoolbutton.h> #include <klineedit.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <knuminput.h> #include "dbse2.h" diff --git a/kbugbuster/backend/bugcache.cpp b/kbugbuster/backend/bugcache.cpp index 9daa5e3d..2a191183 100644 --- a/kbugbuster/backend/bugcache.cpp +++ b/kbugbuster/backend/bugcache.cpp @@ -4,7 +4,7 @@ #include <tqfile.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurl.h> #include <kdebug.h> diff --git a/kbugbuster/backend/bugserver.cpp b/kbugbuster/backend/bugserver.cpp index a7aa61f2..16950606 100644 --- a/kbugbuster/backend/bugserver.cpp +++ b/kbugbuster/backend/bugserver.cpp @@ -30,7 +30,7 @@ #include "bugserverconfig.h" #include "htmlparser.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <kdebug.h> diff --git a/kbugbuster/backend/bugsystem.cpp b/kbugbuster/backend/bugsystem.cpp index cfeb74c9..31a89f37 100644 --- a/kbugbuster/backend/bugsystem.cpp +++ b/kbugbuster/backend/bugsystem.cpp @@ -10,7 +10,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdeemailsettings.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <tdeconfig.h> diff --git a/kbugbuster/backend/mailsender.cpp b/kbugbuster/backend/mailsender.cpp index f5b051c9..f8322e0c 100644 --- a/kbugbuster/backend/mailsender.cpp +++ b/kbugbuster/backend/mailsender.cpp @@ -8,7 +8,7 @@ #include <tqtimer.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tdemessagebox.h> #include <kurl.h> diff --git a/kbugbuster/gui/cwloadingwidget.cpp b/kbugbuster/gui/cwloadingwidget.cpp index 9962ec4a..b4f4c026 100644 --- a/kbugbuster/gui/cwloadingwidget.cpp +++ b/kbugbuster/gui/cwloadingwidget.cpp @@ -21,7 +21,7 @@ #include <kpixmap.h> #include <kpixmapeffect.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <tdeglobalsettings.h> diff --git a/kbugbuster/gui/kbbbookmarkmanager.h b/kbugbuster/gui/kbbbookmarkmanager.h index af58a461..37337d34 100644 --- a/kbugbuster/gui/kbbbookmarkmanager.h +++ b/kbugbuster/gui/kbbbookmarkmanager.h @@ -2,7 +2,7 @@ #define KBBBOOKMARKMANAGER_H #include <kbookmarkmanager.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> class KBBBookmarkManager { diff --git a/kbugbuster/tderesources/kcalresource.cpp b/kbugbuster/tderesources/kcalresource.cpp index 4df561fa..d17dff07 100644 --- a/kbugbuster/tderesources/kcalresource.cpp +++ b/kbugbuster/tderesources/kcalresource.cpp @@ -30,7 +30,7 @@ #include <kurl.h> #include <tdeio/job.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <vcaldrag.h> #include <vcalformat.h> diff --git a/kbugbuster/tderesources/kcalresourceconfig.cpp b/kbugbuster/tderesources/kcalresourceconfig.cpp index d3f37a55..c6477ff4 100644 --- a/kbugbuster/tderesources/kcalresourceconfig.cpp +++ b/kbugbuster/tderesources/kcalresourceconfig.cpp @@ -27,7 +27,7 @@ #include <klineedit.h> #include <tdelocale.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdialog.h> #include "kcalresource.h" diff --git a/kmtrace/demangle.cpp b/kmtrace/demangle.cpp index 800629c9..e0889bce 100644 --- a/kmtrace/demangle.cpp +++ b/kmtrace/demangle.cpp @@ -9,7 +9,7 @@ #include <stdlib.h> #include <tdetempfile.h> #include <kinstance.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdecmdlineargs.h> extern "C" { diff --git a/kmtrace/kmtrace.cpp b/kmtrace/kmtrace.cpp index 39eb1fc2..69d507bb 100644 --- a/kmtrace/kmtrace.cpp +++ b/kmtrace/kmtrace.cpp @@ -14,7 +14,7 @@ #include <stdlib.h> #include <tdetempfile.h> #include <kinstance.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdecmdlineargs.h> #include <tdeprocess.h> diff --git a/kmtrace/match.cpp b/kmtrace/match.cpp index ee00ca43..29ba9a92 100644 --- a/kmtrace/match.cpp +++ b/kmtrace/match.cpp @@ -9,7 +9,7 @@ #include <stdlib.h> #include <tdetempfile.h> #include <kinstance.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdecmdlineargs.h> int main(int argc, char **argv) diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp index 8baf772c..0f633165 100644 --- a/kstartperf/kstartperf.cpp +++ b/kstartperf/kstartperf.cpp @@ -23,7 +23,7 @@ #include <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> static TDECmdLineOptions options[] = diff --git a/scripts/fixheaders b/scripts/fixheaders index a448503e..d8951611 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -46,10 +46,10 @@ $lastdir = '.'; 'implicit declaration of function `int f?printf' => "stdio", 'no method `TDEGlobal::' => "kglobal", '`TDEGlobal\' undeclared \(first use this function\)' => "kglobal", - 'implicit declaration of function `int locate\(\.\.\.\)' => "kstandarddirs", - '`locate\' undeclared \(first use this function\)' => "kstandarddirs", - 'no matching function for call to `TDEStandardDirs' => "kstandarddirs", - 'no method `TDEStandardDirs::' => "kstandarddirs", + 'implicit declaration of function `int locate\(\.\.\.\)' => "tdestandarddirs", + '`locate\' undeclared \(first use this function\)' => "tdestandarddirs", + 'no matching function for call to `TDEStandardDirs' => "tdestandarddirs", + 'no method `TDEStandardDirs::' => "tdestandarddirs", 'variable `class QFile \S*\' has initializer but incomplete type' => "qfile", 'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader", '`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox", diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim index a8c40914..af5996a4 100644 --- a/scripts/kde-devel-vim.vim +++ b/scripts/kde-devel-vim.vim @@ -247,7 +247,7 @@ function! MapIdentHeader( ident ) return '<tdelocale.h>' elseif a:ident == 'locate' || \a:ident == 'locateLocal' - return '<kstandarddirs.h>' + return '<tdestandarddirs.h>' " aRts stuff elseif a:ident =~ '\arts_\(debug\|info\|warning\|fatal\)' diff --git a/scripts/kde-emacs/klaralv.el b/scripts/kde-emacs/klaralv.el index ed475027..629a5980 100644 --- a/scripts/kde-emacs/klaralv.el +++ b/scripts/kde-emacs/klaralv.el @@ -175,7 +175,7 @@ (qapplication.h tqApp) (tdeapplication.h tdeApp) (tdelocale.h i18n I18N_NOOP) - (kstandarddirs.h locate locateLocal) + (tdestandarddirs.h locate locateLocal) (stdlib.h getenv) (unistd.h unlink sleep usleep) (iostream cout cerr) diff --git a/tdeioslave/svn/svn.cpp b/tdeioslave/svn/svn.cpp index 92481417..2e9a28d1 100644 --- a/tdeioslave/svn/svn.cpp +++ b/tdeioslave/svn/svn.cpp @@ -34,7 +34,7 @@ #include <tdemessagebox.h> #include <kinstance.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kurl.h> #include <ksock.h> diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp index db7c15b0..d7928bbc 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -42,7 +42,7 @@ #include <tdetempfile.h> #include <tqtextstream.h> #include <tqtextedit.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqtextbrowser.h> #include <tqtextcodec.h> diff --git a/umbrello/umbrello/aligntoolbar.cpp b/umbrello/umbrello/aligntoolbar.cpp index 32a7d56e..c244df58 100644 --- a/umbrello/umbrello/aligntoolbar.cpp +++ b/umbrello/umbrello/aligntoolbar.cpp @@ -22,7 +22,7 @@ // kde includes #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // app includes #include "uml.h" diff --git a/umbrello/umbrello/codegenerationpolicy.cpp b/umbrello/umbrello/codegenerationpolicy.cpp index 0b33372a..6de00068 100644 --- a/umbrello/umbrello/codegenerationpolicy.cpp +++ b/umbrello/umbrello/codegenerationpolicy.cpp @@ -30,7 +30,7 @@ #include <tdeconfig.h> #include <tdeversion.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // app includes #include "uml.h" diff --git a/umbrello/umbrello/docgenerators/docbookgenerator.cpp b/umbrello/umbrello/docgenerators/docbookgenerator.cpp index 7f3f8194..79be6dac 100644 --- a/umbrello/umbrello/docgenerators/docbookgenerator.cpp +++ b/umbrello/umbrello/docgenerators/docbookgenerator.cpp @@ -30,7 +30,7 @@ #include <tdetempfile.h> #include <tdemessagebox.h> #include <tdeio/job.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqregexp.h> #include <tqtextstream.h> diff --git a/umbrello/umbrello/docgenerators/xhtmlgenerator.cpp b/umbrello/umbrello/docgenerators/xhtmlgenerator.cpp index 925aa03f..5d81c9bd 100644 --- a/umbrello/umbrello/docgenerators/xhtmlgenerator.cpp +++ b/umbrello/umbrello/docgenerators/xhtmlgenerator.cpp @@ -30,7 +30,7 @@ #include <tdetempfile.h> #include <tdemessagebox.h> #include <tdeio/job.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqregexp.h> #include <tqtextstream.h> diff --git a/umbrello/umbrello/kstartuplogo.cpp b/umbrello/umbrello/kstartuplogo.cpp index b330ef05..584541c9 100644 --- a/umbrello/umbrello/kstartuplogo.cpp +++ b/umbrello/umbrello/kstartuplogo.cpp @@ -14,7 +14,7 @@ #include "kstartuplogo.h" #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqtimer.h> TDEStartupLogo::TDEStartupLogo(TQWidget * parent, const char *name) diff --git a/umbrello/umbrello/listpopupmenu.cpp b/umbrello/umbrello/listpopupmenu.cpp index 7eae2846..15294ada 100644 --- a/umbrello/umbrello/listpopupmenu.cpp +++ b/umbrello/umbrello/listpopupmenu.cpp @@ -13,7 +13,7 @@ #include "listpopupmenu.h" // qt/kde includes -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdelocale.h> #include <kdebug.h> diff --git a/umbrello/umbrello/refactoring/refactoringassistant.cpp b/umbrello/umbrello/refactoring/refactoringassistant.cpp index dbaf73e5..3d4e4ca9 100644 --- a/umbrello/umbrello/refactoring/refactoringassistant.cpp +++ b/umbrello/umbrello/refactoring/refactoringassistant.cpp @@ -26,7 +26,7 @@ #include <tqpopupmenu.h> #include <typeinfo> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdelocale.h> #include <tdemessagebox.h> diff --git a/umbrello/umbrello/uml.cpp b/umbrello/umbrello/uml.cpp index 23d2d100..46c874c2 100644 --- a/umbrello/umbrello/uml.cpp +++ b/umbrello/umbrello/uml.cpp @@ -33,7 +33,7 @@ #include <kprinter.h> #include <tdemenubar.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstatusbar.h> #include <ktip.h> #include <ktabwidget.h> diff --git a/umbrello/umbrello/umllistview.cpp b/umbrello/umbrello/umllistview.cpp index b0fd8988..58834174 100644 --- a/umbrello/umbrello/umllistview.cpp +++ b/umbrello/umbrello/umllistview.cpp @@ -25,7 +25,7 @@ #include <tdefiledialog.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kinputdialog.h> // app includes diff --git a/umbrello/umbrello/worktoolbar.cpp b/umbrello/umbrello/worktoolbar.cpp index 4d7f4be6..7c226d6d 100644 --- a/umbrello/umbrello/worktoolbar.cpp +++ b/umbrello/umbrello/worktoolbar.cpp @@ -16,7 +16,7 @@ #include <tqmainwindow.h> #include <kdebug.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdetoolbarbutton.h> // application specific includes |