Rename additional header files to avoid conflicts with KDE4

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 11 years ago
parent 666824a6c5
commit d1a3a8be39

@ -25,8 +25,8 @@
#include <tqfile.h>
#include <kprocess.h>
#include <klocale.h>
#include <ktempfile.h>
#include <tdelocale.h>
#include <tdetempfile.h>
#include <iostream>

@ -21,7 +21,7 @@
// Regardless, please don't introduce any other TQt or KDE dependencies here.
// -GM 11/99
#include <klocale.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#endif // CTI18N_H

@ -10,12 +10,12 @@
***************************************************************************/
#include "ktapp.h"
#include <kmenubar.h>
#include <tdemenubar.h>
#include <tdestdaccel.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdeconfig.h>
#include <tdeapplication.h>
#include <klocale.h> // i18n()
#include <tdelocale.h> // i18n()
#include <kstdaction.h>
#include <tdeaction.h>
#include <kiconloader.h>

@ -13,7 +13,7 @@
#include <tqimage.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
TQPixmap KTIcon::getMiniIcon(const TQString& name)

@ -12,7 +12,7 @@
#include "ktlistcron.h"
#include <tqstring.h>
#include <klocale.h>
#include <tdelocale.h>
#include "ctcron.h"

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <klocale.h> // i18n()
#include <tdelocale.h> // i18n()
#include "cttask.h"

@ -13,8 +13,8 @@
#include <tqstring.h>
#include <klocale.h> // i18n()
#include <kglobalsettings.h>
#include <tdelocale.h> // i18n()
#include <tdeglobalsettings.h>
#include "ctcron.h"
#include "cttask.h"

@ -12,7 +12,7 @@
#include "ktlistvar.h"
#include "ktprint.h"
#include <klocale.h> // i18n()
#include <tdelocale.h> // i18n()
#include "ctvariable.h"

@ -14,8 +14,8 @@
#include <tqstring.h>
#include <klocale.h> // i18n()
#include <kglobalsettings.h>
#include <tdelocale.h> // i18n()
#include <tdeglobalsettings.h>
#include "ctcron.h"
#include "ctvariable.h"

@ -16,7 +16,7 @@
#include <tqpaintdevicemetrics.h>
#include <ktprintopt.h>
#include <klocale.h>
#include <tdelocale.h>
#include "ktprint.h"
const int KTPrint::alignTextLeft (1000);

@ -16,7 +16,7 @@
#include <kdialog.h>
#include <tdeaccel.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#include "ktprintopt.h"

@ -23,9 +23,9 @@
#include <tdeapplication.h>
#include <tdeaccel.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -14,8 +14,8 @@
#include <tqlayout.h>
#include <tdeapplication.h> // kapp
#include <klocale.h> // i18n()
#include <kmessagebox.h>
#include <tdelocale.h> // i18n()
#include <tdemessagebox.h>
#include <ktextedit.h>
#include "ctvariable.h"

@ -32,8 +32,8 @@
#include <tqdatetime.h>
#include <tdeapplication.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h>
#include "cthost.h"
#include "ctcron.h"

@ -10,7 +10,7 @@
***************************************************************************/
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include "ktapp.h"
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>

@ -31,7 +31,7 @@
#include "Options.h"
#include "Tape.h"
#include "Util.h"
#include <klocale.h>
#include <tdelocale.h>
#include "ArchiveInfoWidget.moc"

@ -33,7 +33,7 @@
#include <tdeapplication.h>
#include <kprocess.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
@ -45,7 +45,7 @@
#include "TapeDrive.h"
#include "TarParser.h"
#include "Util.h"
#include <klocale.h>
#include <tdelocale.h>
#include "BackupDlg.moc"

@ -26,7 +26,7 @@
#include "BackupOptDlg.h"
#include "BackupProfileWidget.h"
#include <klocale.h>
#include <tdelocale.h>
#include "BackupOptDlg.moc"

@ -32,7 +32,7 @@
#include "BackupProfileWidget.h"
#include "KDatMainWindow.h"
#include "Options.h"
#include <klocale.h>
#include <tdelocale.h>
#include "BackupProfileInfoWidget.moc"

@ -22,7 +22,7 @@
#include <tqdir.h>
#include <tqregexp.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "BackupProfileManager.h"

@ -29,7 +29,7 @@
#include "BackupProfile.h"
#include "BackupProfileWidget.h"
#include "Util.h"
#include <klocale.h>
#include <tdelocale.h>
#include "BackupProfileWidget.moc"

@ -18,9 +18,9 @@
#include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <tqmessagebox.h>
#include <klocale.h>
#include <tdelocale.h>
//#include <kstandarddirs.h>
//#include <tdeapplication.h>

@ -28,8 +28,8 @@
#include <tqfile.h>
#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include "FileInfoWidget.h"
#include "Util.h"

@ -26,8 +26,8 @@
#include <kstdguiitem.h>
#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include "Options.h"
#include "FormatOptDlg.h"

@ -17,7 +17,7 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <tqpixmap.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include "ImageCache.h"

@ -27,8 +27,8 @@
#include <kstdguiitem.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include "LoggerWidget.h"
#include "Options.h"

@ -31,12 +31,12 @@
#include <tdeapplication.h>
#include <kiconloader.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include <tdepopupmenu.h>
#include <tdetoolbar.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kstringhandler.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
@ -67,7 +67,7 @@
#include "VerifyOptDlg.h"
#include "kdat.h"
#include "ktreeview.h"
#include <klocale.h>
#include <tdelocale.h>
#include <tqsplitter.h>
#include <kstatusbar.h>

@ -24,8 +24,8 @@
#include <tdefiledialog.h>
#include "LoggerWidget.h"
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include "LoggerWidget.moc"

@ -36,7 +36,7 @@
#include "Range.h"
#include "Tape.h"
#include "TapeManager.h"
#include <klocale.h>
#include <tdelocale.h>
#include "Node.moc"

@ -30,8 +30,8 @@
#include <klineedit.h>
#include <knuminput.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <kglobal.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include "OptionsDlg.moc"
OptionsDlg::OptionsDlg( TQWidget* parent, const char* name )

@ -365,8 +365,8 @@ You must still specify the block size.</string>
<includes>
<include location="global" impldecl="in implementation">tdeapplication.h</include>
<include location="global" impldecl="in implementation">tdefiledialog.h</include>
<include location="global" impldecl="in implementation">kmessagebox.h</include>
<include location="global" impldecl="in implementation">kglobal.h</include>
<include location="global" impldecl="in implementation">tdemessagebox.h</include>
<include location="global" impldecl="in implementation">tdeglobal.h</include>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="local" impldecl="in implementation">OptionsDlgWidget.ui.h</include>
</includes>

@ -24,8 +24,8 @@
#include <tqfile.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdeapplication.h>

@ -26,9 +26,9 @@
#include <tqfile.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include "KDatMainWindow.h"
#include "Options.h"

@ -26,7 +26,7 @@
#include "File.h"
#include "TapeFileInfoWidget.h"
#include "Util.h"
#include <klocale.h>
#include <tdelocale.h>
#include "TapeFileInfoWidget.moc"

@ -25,8 +25,8 @@
#include <tqlineedit.h>
#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -23,7 +23,7 @@
#include <tqregexp.h>
#include <tqfile.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "TapeManager.h"

@ -17,8 +17,8 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <tqstringlist.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include "Util.h"

@ -30,7 +30,7 @@
#include <tdeapplication.h>
#include <kprocess.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -29,7 +29,7 @@
#include <kstdguiitem.h>
#include "VerifyOptDlg.h"
#include <klocale.h>
#include <tdelocale.h>
#include "VerifyOptDlg.moc"

@ -26,11 +26,11 @@
#include <tqdir.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <kcrash.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <signal.h>

@ -29,8 +29,8 @@
#include <kiconloader.h>
#include <klineedit.h>
#include <kpassdlg.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
#include "kadddevicedlg.h"

@ -7,7 +7,7 @@
** place of a destructor.
*****************************************************************************/
#include "kaddressvalidator.h"
#include <kmessagebox.h>
#include <tdemessagebox.h>
bool _modified2;
bool addingAlias;

@ -9,7 +9,7 @@
#include "kaddressvalidator.h"
#include "kadddnsserverdlg.h"
#include <kmessagebox.h>
#include <tdemessagebox.h>
bool _modifiedhost;

@ -48,9 +48,9 @@
#include <klineedit.h>
#include <tdelistbox.h>
#include <kcombobox.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdeaboutapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdeapplication.h>

@ -31,8 +31,8 @@
#include <stdlib.h>
#include <kapp.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <tqobject.h>
#include <tqdir.h>
#include <tqfile.h>

@ -15,7 +15,7 @@
* *
***************************************************************************/
#include <klocale.h>
#include <tdelocale.h>
#include <tdecmodule.h>
#include <tqlayout.h>
#include <version.h>

@ -16,13 +16,13 @@
***************************************************************************/
#include <unistd.h>
#include <sys/types.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kuniqueapplication.h>
#include <dcopclient.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kgenericfactory.h>
//#include "knetworkconf.h"

@ -31,7 +31,7 @@
#include "kpackage.h"
#include "options.h"
#include "cache.h"
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
extern Opts *opts;

@ -27,7 +27,7 @@
#include "../config.h"
#include <stdlib.h>
#include "klocale.h"
#include "tdelocale.h"
#include <tdeaction.h>
#include <kstdaction.h>
#include <kdebug.h>

@ -35,7 +35,7 @@
#include <iostream>
#include <kurl.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <kdebug.h>
@ -47,7 +47,7 @@
#include "utils.h"
#include "options.h"
#include "cache.h"
#include <klocale.h>
#include <tdelocale.h>
extern TDEApplication *app;

@ -35,7 +35,7 @@
#include <iostream>
#include <kurl.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <kdebug.h>
@ -47,7 +47,7 @@
#include "utils.h"
#include "options.h"
#include "cache.h"
#include <klocale.h>
#include <tdelocale.h>
extern TDEApplication *app;

@ -37,8 +37,8 @@
#include <tqstringlist.h>
#include <klocale.h>
#include <kglobal.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <kdebug.h>

@ -29,7 +29,7 @@
#include <tqlineedit.h>
#include <tqpainter.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kurldrag.h>
#include <kiconloader.h>

@ -45,7 +45,7 @@
// KDE headers
#include <tdeapplication.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include <tdelistview.h>
#include <kdialogbase.h>

@ -23,7 +23,7 @@
#include "kpackage.h"
#include "cache.h"
#include "kpTerm.h"
#include <klocale.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include <kdebug.h>
#include <kfilterdev.h>

@ -38,7 +38,7 @@
#include <tqfileinfo.h>
#include <kurl.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include "packageInfo.h"
@ -49,7 +49,7 @@
#include "utils.h"
#include "options.h"
#include "cache.h"
#include <klocale.h>
#include <tdelocale.h>
extern TDEApplication *app;

@ -29,7 +29,7 @@
#include <tqvbox.h>
#include <kglobalsettings.h>
#include <tdeglobalsettings.h>
#include <kdebug.h>
#include <kpTerm.h>

@ -36,7 +36,7 @@
#include <tqlayout.h>
#include <tqlabel.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdialogbase.h>
#include <kpackage.h>
#include <kpPty.h>

@ -43,9 +43,9 @@
#include <tdeapplication.h>
#include <tdeaccel.h>
#include <tdeaction.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kinputdialog.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <kstdaction.h>
#include <kedittoolbar.h>

@ -30,7 +30,7 @@
#include <tqheader.h>
#include <kdebug.h>
#include <klocale.h>
#include <tdelocale.h>
// kpackage.headers
#include "kpackage.h"

@ -36,8 +36,8 @@
#include <tqfile.h>
#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
#include <options.h>

@ -32,7 +32,7 @@
#include <tqsplitter.h>
#include <tqtoolbutton.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <tdelistviewsearchline.h>
#include <tdeaction.h>

@ -34,7 +34,7 @@
#include <tqvbox.h>
#include <tqcheckbox.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kurlrequester.h>
#include <tqframe.h>

@ -39,7 +39,7 @@
#include <kdebug.h>
#include <kiconloader.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <krun.h>
#include <kopenwith.h>
@ -50,7 +50,7 @@
#include "pkgInterface.h"
#include "utils.h"
#include "options.h"
#include <klocale.h>
#include <tdelocale.h>
extern Opts *opts;

@ -40,8 +40,8 @@
#include <ctype.h>
// KDE headers
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kdebug.h>
// kpackage headers

@ -41,7 +41,7 @@
#include <tqregexp.h>
// KDE Headers
#include <klocale.h>
#include <tdelocale.h>
#include <ktextbrowser.h>
// kpackage Headers

@ -24,8 +24,8 @@
** Bug reports and questions can be sent to kde-devel@kde.org
*/
#include <klocale.h>
#include <kglobal.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kdebug.h>
#include <kiconloader.h>

@ -33,7 +33,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "packageInfo.h"

@ -29,9 +29,9 @@
// qt headers
#include <tqlabel.h>
#include <klocale.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
#include <tdelistview.h>
#include <kseparator.h>
#include <kdebug.h>

@ -28,7 +28,7 @@
#include "procbuf.h"
#include <kprocess.h>
#include "kpackage.h"
#include <klocale.h>
#include <tdelocale.h>
#include <tqlabel.h>
#include <kdebug.h>

@ -32,8 +32,8 @@
//////////////////////////////////////////////////////////////////////////////
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include "kpPty.h"

@ -29,7 +29,7 @@
#include "kpackage.h"
#include "managementWidget.h"
#include "search.h"
#include <klocale.h>
#include <tdelocale.h>
#include <tqlineedit.h>
#include <tqcheckbox.h>
#include <tqframe.h>

@ -40,7 +40,7 @@ class TQCheckBox;
// KDE headers
#include <tdeapplication.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include <kdialogbase.h>
class Search : public KDialogBase

@ -39,7 +39,7 @@
#include <tqregexp.h>
#include <kurl.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <kdebug.h>
@ -52,7 +52,7 @@
#include "procbuf.h"
#include "options.h"
#include "cache.h"
#include <klocale.h>
#include <tdelocale.h>
#define DIR "/var/log/packages/"

@ -34,8 +34,8 @@
#include <tqvbox.h>
#include <tqscrollview.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kcombobox.h>
//////////////////////////////////////////////////////////////////////////////

@ -26,8 +26,8 @@
#include "../config.h"
#include <kpackage.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include "utils.h"
#include "kplview.h"

@ -25,7 +25,7 @@
#include <kdebug.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kmimemagic.h>
#include <kservice.h>
#include <kuserprofile.h>

@ -48,9 +48,9 @@
#include <kstandarddirs.h>
#include <kcursor.h>
#include <tdepopupmenu.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <kglobalsettings.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <tdeglobalsettings.h>
#include <tdeaboutdata.h>
#include <kdialog.h>
#include <kdirwatch.h>

@ -11,12 +11,12 @@
#include <tqcheckbox.h>
#include <kdebug.h>
#include <klocale.h>
#include <tdelocale.h>
#include <klineedit.h>
#include <kiconloader.h>
#include <kcolorbutton.h>
#include <tdeapplication.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "ksv_conf.h"
// #include "ksvcolorconfig.h"

@ -10,7 +10,7 @@
#include <tqpushbutton.h>
#include <kdebug.h>
#include <klocale.h>
#include <tdelocale.h>
#include <klineedit.h>
#include <kiconloader.h>

@ -8,7 +8,7 @@
#include <kdebug.h>
#include <kiconloader.h>
#include <kdialog.h>
#include <klocale.h>
#include <tdelocale.h>
#include "ksv_core.h"
#include "RunlevelAuthIcon.h"

@ -19,7 +19,7 @@
#include <tqstring.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kbuttonbox.h>
#include "ksvdraglist.h"

@ -54,16 +54,16 @@
#include <kresolver.h>
#include <tdetoolbar.h>
#include <kkeydialog.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include <kcompletion.h>
#include <tdeaction.h>
#include <kstdaction.h>
#include <kdebug.h>
#include <tdeapplication.h>
#include <kglobal.h>
#include <tdeglobal.h>
#include <khelpmenu.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdestdaccel.h>
#include <kedittoolbar.h>
#include <kiconloader.h>

@ -1,7 +1,7 @@
<!DOCTYPE UI><UI>
<class>ConfigWizard</class>
<author>Peter Putzer</author>
<include location="global">klocale.h</include>
<include location="global">tdelocale.h</include>
<pixmapfunction>DesktopIcon</pixmapfunction>
<widget>
<class>TQWizard</class>

@ -14,8 +14,8 @@
// KSysV Config Object
#include <tdeapplication.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
#include <tdemainwindow.h>
#include <tdeconfig.h>

@ -16,10 +16,10 @@
#include <tqstylesheet.h>
#include <tdeapplication.h>
#include <kglobalsettings.h>
#include <tdeglobalsettings.h>
#include <kcompletion.h>
#include <klocale.h>
#include <kglobal.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include "ksv_conf.h"
#include "ksvdraglist.h"

@ -46,8 +46,8 @@
#include <tdeapplication.h>
#include <tdepopupmenu.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kdebug.h>
#include "kdltooltip.h"

@ -488,7 +488,7 @@
<tabstop>mChangedSelected</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">klocale.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
</includes>
<Q_SLOTS>
<slot access="protected">chooseNumberFont()</slot>

@ -18,8 +18,8 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include "ksvapplication.h"

@ -177,7 +177,7 @@
</connection>
</connections>
<includes>
<include location="global" impldecl="in declaration">klocale.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
</includes>
<Q_SLOTS>
<slot access="protected">slotChanged()</slot>

@ -278,7 +278,7 @@
<tabstop>mBrowseRunlevel</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">klocale.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
<include location="global" impldecl="in declaration">kdialog.h</include>
</includes>
<Q_SLOTS>

@ -20,8 +20,8 @@
#include <tdeapplication.h>
#include <kiconloader.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include "ksvdraglist.h"

@ -14,7 +14,7 @@ kuser_SOURCES = \
kuser.cpp kgroup.cpp main.cpp mainView.cpp \
propdlg.cpp misc.cpp pwddlg.cpp \
addUser.cpp editDefaults.cpp \
kglobal.cpp sid.cpp\
tdeglobal.cpp sid.cpp\
kuserfiles.cpp kgroupfiles.cpp kuserldap.cpp kgroupldap.cpp \
kusersystem.cpp kgroupsystem.cpp selectconn.cpp\
sha1.cpp kuserprefs.kcfgc \

@ -35,7 +35,7 @@
#include "misc.h"
#include "addUser.h"
#include <kmessagebox.h>
#include <tdemessagebox.h>
addUser::addUser( KU::KUser *AUser, bool useprivategroup,
TQWidget *parent, const char *name ) :

@ -22,7 +22,7 @@
#include <tqvbox.h>
#include <tqfile.h>
#include <klocale.h>
#include <tdelocale.h>
delUser::delUser(KU::KUser *AUser, TQWidget *parent, const char *name)
: KDialogBase( parent, name, true, i18n("Delete User"),

@ -22,12 +22,12 @@
#include <ktabwidget.h>
#include <kcombobox.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <klineedit.h>
#include <knuminput.h>
#include <kpushbutton.h>
#include <kabc/ldapconfigwidget.h>
#include <kabc/ldapurl.h>
#include <tdeabc/ldapconfigwidget.h>
#include <tdeabc/ldapurl.h>
#include "editDefaults.h"
#include "generalsettings.h"

@ -24,7 +24,7 @@
#include <tqmemarray.h>
#include <tdeconfigdialog.h>
#include <kprogress.h>
#include <kabc/ldif.h>
#include <tdeabc/ldif.h>
#include "ldapsamba.h"
class LdapSamba;

@ -26,10 +26,10 @@
#include <tqwhatsthis.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "kglobal_.h"
#include "editGroup.h"

@ -36,7 +36,7 @@
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "kglobal_.h"
#include "kgroupfiles.h"

@ -20,7 +20,7 @@
#include <tqdir.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "kglobal_.h"
#include "kgroupldap.h"

@ -26,8 +26,8 @@
#include <tqptrlist.h>
#include <kprogress.h>
#include <kabc/ldapurl.h>
#include <kabc/ldif.h>
#include <tdeabc/ldapurl.h>
#include <tdeabc/ldif.h>
#include <tdeio/job.h>
#include "kgroup.h"

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "kglobal_.h"
#include "kgroupsystem.h"

@ -38,7 +38,7 @@
#include "kuser.h"
#include "misc.h"
#include <kstandarddirs.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kprocess.h>
#include <kdebug.h>
#include <tdeio/netaccess.h>

@ -41,7 +41,7 @@
#include "kuserfiles.h"
#include "misc.h"
#include <kstandarddirs.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kdebug.h>
#include "editDefaults.h"

@ -20,7 +20,7 @@
#include <kdebug.h>
#include <kmdcodec.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdeio/tdentlm.h>
#include "kglobal_.h"

@ -26,8 +26,8 @@
#include <tqptrlist.h>
#include <kprogress.h>
#include <kabc/ldapurl.h>
#include <kabc/ldif.h>
#include <tdeabc/ldapurl.h>
#include <tdeabc/ldif.h>
#include <tdeio/job.h>
#include "kuser.h"

@ -27,7 +27,7 @@
#include <tqstring.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kdebug.h>
#include "kglobal_.h"

@ -23,7 +23,7 @@
#include <kiconloader.h>
#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <kdebug.h>

@ -28,7 +28,7 @@
#include <kinputdialog.h>
#include <tdetoolbar.h>
#include <kiconloader.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kdebug.h>
#include "misc.h"

@ -24,7 +24,7 @@
#include <tdetoolbar.h>
#include <kiconloader.h>
#include <tdeaction.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kstdaction.h>
#include <kdebug.h>

@ -30,7 +30,7 @@
#endif
#include <tqfile.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "misc.h"
#include "kglobal_.h"

@ -23,7 +23,7 @@
#include <sys/time.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#include <tqstring.h>
#include <tqwidget.h>

@ -28,7 +28,7 @@
#include <tqfile.h>
#include <kseparator.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <kdebug.h>
#include <tqvalidator.h>

@ -20,7 +20,7 @@
#include <tqgrid.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include "pwddlg.h"
#include "misc.h"

@ -25,8 +25,8 @@
#include <kdebug.h>
#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kinputdialog.h>
#include "kglobal_.h"

@ -33,8 +33,8 @@
#define _UI_H
#ifdef USE_KDE
#include <kmessagebox.h>
#include <klocale.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <ktabctl.h>
#include <kdialog.h>
#include <tdefiledialog.h>

@ -29,8 +29,8 @@
#include "kcontrol.moc"
#include <mainwidget.h>
#include <ui.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tqlayout.h>
#include <tdeaboutdata.h>
#include <unistd.h>

@ -24,7 +24,7 @@
#include <kuniqueapplication.h>
#include <tdecmdlineargs.h>
#include <klocale.h>
#include <tdelocale.h>
#include <stdlib.h>
#include "secpolicywin.h"

@ -31,9 +31,9 @@
#include <tqfile.h>
#include <tqregexp.h>
#include <kmessagebox.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdemessagebox.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include "ppitem.h"
#include "pamview.h"

@ -22,10 +22,10 @@
*
*/
#include <kglobal.h>
#include <klocale.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include <kdialog.h>
#include <dcopclient.h>
#include <tqpopupmenu.h>

@ -20,7 +20,7 @@
#include <config.h>
#include <kprocess.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>
#include <kdebug.h>

Loading…
Cancel
Save