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.
19 lines
405 B
19 lines
405 B
12 years ago
|
# Code generation options for tdeconfig_compiler
|
||
15 years ago
|
ClassName=Test9
|
||
|
#
|
||
|
# Singleton=false
|
||
|
#
|
||
12 years ago
|
# Inherits=TDEConfigSkeleton
|
||
15 years ago
|
#
|
||
13 years ago
|
# IncludeFiles=libtdepim/kpimprefs.h
|
||
15 years ago
|
#
|
||
|
MemberVariables=public
|
||
|
#
|
||
|
### The following line includes the file exampleprefs_base_addon.h
|
||
|
### It can be used to add extra functions and variables to the
|
||
|
### class.
|
||
|
# CustomAdditions=true
|
||
|
#
|
||
|
### Provide setFooBar(int) style functions
|
||
|
Mutators=true
|