You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.6 KiB
36 lines
1.6 KiB
12 years ago
|
// This file is generated by tdeconfig_compiler from test9.kcfg.
|
||
15 years ago
|
// All changes you do to this file will be lost.
|
||
|
|
||
|
#include "test9.h"
|
||
|
|
||
14 years ago
|
Test9::Test9( const TQString & transport, const TQString & folder )
|
||
12 years ago
|
: TDEConfigSkeleton( TQString::fromLatin1( "examplerc" ) )
|
||
15 years ago
|
, mParamtransport(transport)
|
||
|
, mParamfolder(folder)
|
||
|
{
|
||
13 years ago
|
setCurrentGroup( TQString::fromLatin1( "MyOptionsXX" ) );
|
||
15 years ago
|
|
||
14 years ago
|
TQStringList defaultMyStringList;
|
||
|
defaultMyStringList.append( TQString::fromUtf8( "up" ) );
|
||
|
defaultMyStringList.append( TQString::fromUtf8( "down" ) );
|
||
15 years ago
|
|
||
12 years ago
|
TDEConfigSkeleton::ItemStringList *itemMyStringList;
|
||
|
itemMyStringList = new TDEConfigSkeleton::ItemStringList( currentGroup(), TQString::fromLatin1( "MyStringList" ), mMyStringList, defaultMyStringList );
|
||
13 years ago
|
addItem( itemMyStringList, TQString::fromLatin1( "MyStringList" ) );
|
||
14 years ago
|
TQStringList defaultMyPathList;
|
||
|
defaultMyPathList.append( TQString::fromUtf8( "/home" ) );
|
||
|
defaultMyPathList.append( TQString::fromUtf8( "~" ) );
|
||
15 years ago
|
|
||
12 years ago
|
TDEConfigSkeleton::ItemPathList *itemMyPathList;
|
||
|
itemMyPathList = new TDEConfigSkeleton::ItemPathList( currentGroup(), TQString::fromLatin1( "MyPathList" ), mMyPathList, defaultMyPathList );
|
||
13 years ago
|
addItem( itemMyPathList, TQString::fromLatin1( "MyPathList" ) );
|
||
12 years ago
|
TDEConfigSkeleton::ItemPathList *itemMyPathsList2;
|
||
|
itemMyPathsList2 = new TDEConfigSkeleton::ItemPathList( currentGroup(), TQString::fromLatin1( "MyPathsList2" ), mMyPathsList2, TQStringList(TQString::fromLatin1("/usr/bin")) += TQDir::homeDirPath() );
|
||
13 years ago
|
addItem( itemMyPathsList2, TQString::fromLatin1( "MyPathsList2" ) );
|
||
15 years ago
|
}
|
||
|
|
||
|
Test9::~Test9()
|
||
|
{
|
||
|
}
|
||
|
|