diff options
Diffstat (limited to 'amor/amor.h')
-rw-r--r-- | amor/amor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amor.h b/amor/amor.h index 96cb8c1..9991bbb 100644 --- a/amor/amor.h +++ b/amor/amor.h @@ -111,7 +111,7 @@ protected: enum State { Focus, Blur, Normal, Sleeping, Waking, Destroy }; bool readConfig(); - void readGroupConfig(KConfigBase &config, TQPtrList<AmorAnim> &animList, + void readGroupConfig(TDEConfigBase &config, TQPtrList<AmorAnim> &animList, const char *seq); void showBubble(); AmorAnim *randomAnimation(TQPtrList<AmorAnim> &animList); |