summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/test8a.cpp.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests/test8a.cpp.ref')
-rw-r--r--tdecore/kconfig_compiler/tests/test8a.cpp.ref22
1 files changed, 0 insertions, 22 deletions
diff --git a/tdecore/kconfig_compiler/tests/test8a.cpp.ref b/tdecore/kconfig_compiler/tests/test8a.cpp.ref
deleted file mode 100644
index c0267452d..000000000
--- a/tdecore/kconfig_compiler/tests/test8a.cpp.ref
+++ /dev/null
@@ -1,22 +0,0 @@
-// This file is generated by kconfig_compiler from test8a.kcfg.
-// All changes you do to this file will be lost.
-
-#include "test8a.h"
-
-Test8a::Test8a( KSharedConfig::Ptr config )
- : TDEConfigSkeleton( config )
-{
- setCurrentGroup( TQString::fromLatin1( "Group" ) );
-
- TDEConfigSkeleton::ItemFont *itemFont;
- itemFont = new TDEConfigSkeleton::ItemFont( currentGroup(), TQString::fromLatin1( "Font" ), mFont, TDEGlobalSettings::generalFont() );
- addItem( itemFont, TQString::fromLatin1( "Font" ) );
- TDEConfigSkeleton::ItemFont *itemTitleFont;
- itemTitleFont = new TDEConfigSkeleton::ItemFont( currentGroup(), TQString::fromLatin1( "TitleFont" ), mTitleFont, TDEGlobalSettings::windowTitleFont() );
- addItem( itemTitleFont, TQString::fromLatin1( "TitleFont" ) );
-}
-
-Test8a::~Test8a()
-{
-}
-