Minor improvement to tdeapplication related files

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/323/head
Michele Calgaro 2 weeks ago
parent bdb1b50208
commit 82dccd164a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef TDEAPPDCOP_INTERFACE_H
#define TDEAPPDCOP_INTERFACE_H
#ifndef __TDEAPPDCOP_INTERFACE_H__
#define __TDEAPPDCOP_INTERFACE_H__
#include <dcopobject.h>
#include <tqstringlist.h>

@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _TDEAPP_H
#define _TDEAPP_H
#ifndef __TDEAPPLICATION_H__
#define __TDEAPPLICATION_H__
// Version macros. Never put this further down.
#include "tdeversion.h"

@ -33,7 +33,7 @@ tde_add_library( tdeconfigtest SHARED AUTOMOC
set( CHECKS
tdeconfigtestgui klocaletest tdeprocesstest ksimpleconfigtest kstddirstest
tdeuniqueapptest ktempfiletest krandomsequencetest kdebugtest
ksocktest kstringhandlertest kcmdlineargstest kapptest kmemtest
ksocktest kstringhandlertest kcmdlineargstest tdeapptest kmemtest
dcopkonqtest kipctest cplusplustest kiconloadertest kresolvertest
kmdcodectest knotifytest ksortablevaluelisttest krfcdatetest testqtargs
kprociotest kcharsetstest kcalendartest kmacroexpandertest kshelltest

@ -23,7 +23,7 @@ AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
check_PROGRAMS = tdeconfigtestgui klocaletest tdeprocesstest ksimpleconfigtest \
kstddirstest kurltest tdeuniqueapptest ktempfiletest krandomsequencetest \
kdebugtest ksocktest kstringhandlertest kcmdlineargstest kapptest \
kdebugtest ksocktest kstringhandlertest kcmdlineargstest tdeapptest \
kmemtest kidlservertest kidlclienttest dcopkonqtest kipctest \
cplusplustest kiconloadertest kresolvertest kmdcodectest knotifytest \
ksortablevaluelisttest krfcdatetest testqtargs kprociotest \
@ -48,7 +48,7 @@ kurltest_SOURCES = kurltest.cpp
kstddirstest_SOURCES = kstddirstest.cpp
tdeprocesstest_SOURCES = tdeprocesstest.cpp
tdeuniqueapptest_SOURCES = tdeuniqueapptest.cpp
kapptest_SOURCES = kapptest.cpp
tdeapptest_SOURCES = tdeapptest.cpp
ksocktest_SOURCES = ksocktest.cpp
ktempfiletest_SOURCES = ktempfiletest.cpp
krandomsequencetest_SOURCES = krandomsequencetest.cpp

@ -27,7 +27,7 @@
int
main(int argc, char *argv[])
{
TDEAboutData about("kapptest", "kapptest", "version");
TDEAboutData about("tdeapptest", "tdeapptest", "version");
TDECmdLineArgs::init(argc, argv, &about);
TDEApplication a;

@ -28,7 +28,7 @@
int
main(int argc, char *argv[])
{
TDEAboutData about("kapptest", "kapptest", "version");
TDEAboutData about("tdeapptest", "tdeapptest", "version");
TDECmdLineArgs::init(argc, argv, &about);
TDEApplication a;
Loading…
Cancel
Save