|
|
|
@ -1056,7 +1056,7 @@ public:
|
|
|
|
|
|
|
|
|
|
// KDE includes
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
|
|
|
|
|
// Project includes
|
|
|
|
|
#include "../../core/iptrule.h"
|
|
|
|
@ -1140,7 +1140,7 @@ QWidget* KMFRuleOptionEditMAC::editWidget() {
|
|
|
|
|
// It's usually safe to leave the factory code alone.. with the
|
|
|
|
|
// notable exception of the TDEAboutData data
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
|
|
|
|
|
// TDEInstance* KMFRuleOptionEditMACFactory::s_instance = 0L;
|
|
|
|
|
// TDEAboutData* KMFRuleOptionEditMACFactory::s_about = 0L;
|
|
|
|
@ -1259,8 +1259,8 @@ Author: Christian Hubinger <chubinger@gmail.com>, (C) 2001-2004
|
|
|
|
|
#include <qwhatsthis.h>
|
|
|
|
|
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <kmessagebox.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
|
|
|
|
|
// project includes
|
|
|
|
|