diff --git a/TODO b/TODO index 4b6837c..bec210a 100644 --- a/TODO +++ b/TODO @@ -208,7 +208,7 @@ Hello, as you live in germany I assume you speak German. If not, Wenn man ueber den dsdirselectdialog Dateien/Ordner hinzufuegt und die Anzahl enorm ist (70gb mp3s), wird die aktuelle kde session beendet. Man kann noch den Crash-Handler sehen. Wahrscheinlich ist - das ein Bug in KFileDialog oder in Qt. Als Ausweg kann man + das ein Bug in KFileDialog oder in TQt. Als Ausweg kann man natuerlich die Dateien via D'n'D hinzufuegen, allerdings kann hat man dann nicht die vielseitigen Optionen des Dialogs. @@ -235,7 +235,7 @@ Die oben genannten Vorschlaege sind nicht unbedingt als eine Ich waere bereit an diesem Projekt mitzuarbeiten, obgleich meine Programmierfaehigkeiten eher im Hobbybereich liegen. Dennoch habe - ich schon Erfahrungen mit KDE/Qt gesammelt. + ich schon Erfahrungen mit TDE/TQt gesammelt. MfG, Christian Goehl diff --git a/doc/man/krename.1 b/doc/man/krename.1 index e8f0072..31a7133 100644 --- a/doc/man/krename.1 +++ b/doc/man/krename.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. -.TH QT: "1" "September 2005" "Qt: 3.3.5" "User Commands" +.TH TQt: "1" "September 2005" "TQt: 3.3.5" "User Commands" .SH NAME -Qt: \- manual page for Qt: 3.3.5 +TQt: \- manual page for TQt: 3.3.5 .SH SYNOPSIS .B krename [\fIQt-options\fR] [\fITDE-options\fR] [\fIfile\fR] @@ -18,8 +18,8 @@ See help files for details. \fB\-\-help\fR Show help about options .TP -\fB\-\-help\-qt\fR -Show Qt specific options +\fB\-\-help\-tqt\fR +Show TQt specific options .TP \fB\-\-help\-tde\fR Show TDE specific options @@ -75,13 +75,13 @@ KDE: 3.4.2 KRename: 3.0.8 .SH "SEE ALSO" The full documentation for -.B Qt: +.B TQt: is maintained as a Texinfo manual. If the .B info and -.B Qt: +.B TQt: programs are properly installed at your site, the command .IP -.B info Qt: +.B info TQt: .PP should give you access to the complete manual. diff --git a/krename/ProgressDialog.cpp b/krename/ProgressDialog.cpp index eb2c4c1..33235e2 100644 --- a/krename/ProgressDialog.cpp +++ b/krename/ProgressDialog.cpp @@ -15,13 +15,13 @@ * * ***************************************************************************/ -// QT Includes +// TQt Includes #include #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/batchrenamer.cpp b/krename/batchrenamer.cpp index bfebf35..80e380e 100644 --- a/krename/batchrenamer.cpp +++ b/krename/batchrenamer.cpp @@ -32,11 +32,11 @@ #include #include -// QT includes +// TQt includes #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/commandplugin.cpp b/krename/commandplugin.cpp index 348aa11..01f2c4c 100644 --- a/krename/commandplugin.cpp +++ b/krename/commandplugin.cpp @@ -17,12 +17,12 @@ #include "commandplugin.h" -// QT includes +// TQt includes #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/confdialog.cpp b/krename/confdialog.cpp index 1bb7d69..b71b67a 100644 --- a/krename/confdialog.cpp +++ b/krename/confdialog.cpp @@ -18,14 +18,14 @@ // Own includes #include "confdialog.h" -// QT includes +// TQt includes #include #include #include #include #include -// KDE includes +// TDE includes #include #include diff --git a/krename/confdialog.h b/krename/confdialog.h index d8d429e..92e88ab 100644 --- a/krename/confdialog.h +++ b/krename/confdialog.h @@ -18,10 +18,10 @@ #ifndef CONFDIALOG_H #define CONFDIALOG_H -// QT includes +// TQt includes #include -// KDE includes +// TDE includes #include #include diff --git a/krename/coorddialog.cpp b/krename/coorddialog.cpp index 3d27c7c..c5e0259 100644 --- a/krename/coorddialog.cpp +++ b/krename/coorddialog.cpp @@ -24,7 +24,7 @@ #include #include -// KDE includes +// TDE includes #include #include diff --git a/krename/dateplugin.cpp b/krename/dateplugin.cpp index 01fd048..99c520a 100644 --- a/krename/dateplugin.cpp +++ b/krename/dateplugin.cpp @@ -19,7 +19,7 @@ // TQt includes #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/datetime.cpp b/krename/datetime.cpp index 7e93099..4d02ddf 100644 --- a/krename/datetime.cpp +++ b/krename/datetime.cpp @@ -17,14 +17,14 @@ #include "datetime.h" -// QT includes +// TQt includes #include #include #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/dsdirselectdialog.cpp b/krename/dsdirselectdialog.cpp index 797859b..8724f3f 100644 --- a/krename/dsdirselectdialog.cpp +++ b/krename/dsdirselectdialog.cpp @@ -25,7 +25,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/encodingplugin.cpp b/krename/encodingplugin.cpp index b27db96..369482d 100644 --- a/krename/encodingplugin.cpp +++ b/krename/encodingplugin.cpp @@ -17,7 +17,7 @@ #include "encodingplugin.h" -// QT includes +// TQt includes #include #include #include @@ -25,7 +25,7 @@ #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/fileoperation.cpp b/krename/fileoperation.cpp index c8217ae..516843c 100644 --- a/krename/fileoperation.cpp +++ b/krename/fileoperation.cpp @@ -15,13 +15,13 @@ * * ***************************************************************************/ -// KDE includes +// TDE includes #include #include #include #include -// QT includes +// TQt includes #include #include diff --git a/krename/fileplugin.cpp b/krename/fileplugin.cpp index 683fa9f..751dd82 100644 --- a/krename/fileplugin.cpp +++ b/krename/fileplugin.cpp @@ -23,7 +23,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/guimodeselector.cpp b/krename/guimodeselector.cpp index c086ce6..5b772e3 100644 --- a/krename/guimodeselector.cpp +++ b/krename/guimodeselector.cpp @@ -24,7 +24,7 @@ #include #include -// KDE includes +// TDE includes #include GUIModeSelector::GUIModeSelector() diff --git a/krename/helpdialog.cpp b/krename/helpdialog.cpp index aa18f71..a04f399 100644 --- a/krename/helpdialog.cpp +++ b/krename/helpdialog.cpp @@ -22,7 +22,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/kmyhistorycombo.cpp b/krename/kmyhistorycombo.cpp index 811f64f..456ddba 100644 --- a/krename/kmyhistorycombo.cpp +++ b/krename/kmyhistorycombo.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -// QT includes +// TQt includes #include // Own includes diff --git a/krename/kmyhistorycombo.h b/krename/kmyhistorycombo.h index a2892e2..9a5cacc 100644 --- a/krename/kmyhistorycombo.h +++ b/krename/kmyhistorycombo.h @@ -18,7 +18,7 @@ #ifndef KMYHISTORYCOMBO_H #define KMYHISTORYCOMBO_H -// KDE includes +// TDE includes #include #include diff --git a/krename/kmylistbox.cpp b/krename/kmylistbox.cpp index ac05559..abd3e26 100644 --- a/krename/kmylistbox.cpp +++ b/krename/kmylistbox.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -// QT includes +// TQt includes #include #include #include @@ -23,7 +23,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/kmylistbox.h b/krename/kmylistbox.h index 27c8e08..1de4738 100644 --- a/krename/kmylistbox.h +++ b/krename/kmylistbox.h @@ -18,7 +18,7 @@ #ifndef KMYLISTBOX_H #define KMYLISTBOX_H -// KDE includes +// TDE includes #include #include #include diff --git a/krename/kmylistview.cpp b/krename/kmylistview.cpp index 4914dd2..3254851 100644 --- a/krename/kmylistview.cpp +++ b/krename/kmylistview.cpp @@ -18,7 +18,7 @@ #include "kmylistview.h" #include "myinputdialog.h" -// KDE includes +// TDE includes #include #include #include diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp index b3f22b0..5adf727 100644 --- a/krename/krenameimpl.cpp +++ b/krename/krenameimpl.cpp @@ -36,7 +36,7 @@ #include "krenamedcop.h" #include "profiledlg.h" -// KDE includes +// TDE includes #include #include #include @@ -55,7 +55,7 @@ #include #include -// QT includes +// TQt includes #include #include #include diff --git a/krename/main.cpp b/krename/main.cpp index 13d6307..04b1218 100644 --- a/krename/main.cpp +++ b/krename/main.cpp @@ -19,7 +19,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/mydirplugin.cpp b/krename/mydirplugin.cpp index ff9460b..668c61c 100644 --- a/krename/mydirplugin.cpp +++ b/krename/mydirplugin.cpp @@ -18,13 +18,13 @@ // Own includes #include "mydirplugin.h" -// KDE includes +// TDE includes #include #include #include #include -// QT includes +// TQt includes #include #include #include diff --git a/krename/numberdialog.cpp b/krename/numberdialog.cpp index 18a5585..c2f2b36 100644 --- a/krename/numberdialog.cpp +++ b/krename/numberdialog.cpp @@ -23,7 +23,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/numberdialog.h b/krename/numberdialog.h index f5baf8a..967481d 100644 --- a/krename/numberdialog.h +++ b/krename/numberdialog.h @@ -22,7 +22,7 @@ #include #include -// KDE includes +// TDE includes #include class KMyIntSpinBox : public KIntSpinBox diff --git a/krename/permission.cpp b/krename/permission.cpp index a80fbed..512e485 100644 --- a/krename/permission.cpp +++ b/krename/permission.cpp @@ -17,13 +17,13 @@ #include "permission.h" -// QT includes +// TQt includes #include #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/pictureplugin.cpp b/krename/pictureplugin.cpp index 79906ae..98348f2 100644 --- a/krename/pictureplugin.cpp +++ b/krename/pictureplugin.cpp @@ -17,10 +17,10 @@ #include "pictureplugin.h" -// QT includes +// TQt includes #include -// KDE includes +// TDE includes #include #include diff --git a/krename/pluginloader.cpp b/krename/pluginloader.cpp index 234763e..30b78f5 100644 --- a/krename/pluginloader.cpp +++ b/krename/pluginloader.cpp @@ -33,11 +33,11 @@ #include "encodingplugin.h" #include "translitplugin.h" -// QT includes +// TQt includes #include #include -// KDE includes +// TDE includes #include #include diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp index 6a9d9ce..ef7f820 100644 --- a/krename/replacedialog.cpp +++ b/krename/replacedialog.cpp @@ -18,14 +18,14 @@ // Own includes #include "replacedialog.h" -// QT includes +// TQt includes #include #include #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/replacedialog.h b/krename/replacedialog.h index 4cc4f2d..6b092a7 100644 --- a/krename/replacedialog.h +++ b/krename/replacedialog.h @@ -18,7 +18,7 @@ #ifndef REPLACEDIALOG_H #define REPLACEDIALOG_H -// QT includes +// TQt includes #include #include diff --git a/krename/tabs.cpp b/krename/tabs.cpp index 2cd78ff..bb7b49c 100644 --- a/krename/tabs.cpp +++ b/krename/tabs.cpp @@ -24,7 +24,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/translitplugin.h b/krename/translitplugin.h index cd95a05..1825f23 100644 --- a/krename/translitplugin.h +++ b/krename/translitplugin.h @@ -16,14 +16,14 @@ #include "pluginloader.h" #include "batchrenamer.h" -// QT includes +// TQt includes #include #include #include #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/undodialog.cpp b/krename/undodialog.cpp index 7241c5a..9866569 100644 --- a/krename/undodialog.cpp +++ b/krename/undodialog.cpp @@ -21,7 +21,7 @@ #include #include -// KDE includes +// TDE includes #include #include #include diff --git a/krename/wizard.cpp b/krename/wizard.cpp index 28ae14e..a15de92 100644 --- a/krename/wizard.cpp +++ b/krename/wizard.cpp @@ -19,7 +19,7 @@ #include "wizard.h" #include "krenameimpl.h" -// KDE includes +// TDE includes #include #include #include diff --git a/krename/wizard.h b/krename/wizard.h index 93c9d0c..53136bc 100644 --- a/krename/wizard.h +++ b/krename/wizard.h @@ -18,7 +18,7 @@ #ifndef WIZARD_H #define WIZARD_H -// KDE includes +// TDE includes #include class TQCloseEvent; class KRenameImpl; diff --git a/translations/messages/it.po b/translations/messages/it.po index 36ac969..4ec4501 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -164,7 +164,7 @@ msgid "" "Executes a shell command on every file after it has been renamed. Add %1 " "to the command line arguments to get the filename of the renamed file." msgstr "" -"Su ciascun file rinominato esegue un comando (di shell). Il parametro " +"Su ciascun file rinominato esegue un comando (di shell). Il parametro " "%1, come argomento del comando, viene sostituito con il nome del file giĆ  " "rinominato."