summaryrefslogtreecommitdiffstats
path: root/src/app/theStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/theStream.h')
-rw-r--r--src/app/theStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/theStream.h b/src/app/theStream.h
index 9a04249..c71b5e8 100644
--- a/src/app/theStream.h
+++ b/src/app/theStream.h
@@ -41,9 +41,9 @@ namespace Codeine
static TQString information();
static inline bool hasProfile()
- { return KGlobal::config()->hasGroup( url().prettyURL() ); }
+ { return TDEGlobal::config()->hasGroup( url().prettyURL() ); }
- static KConfig *profile();
+ static TDEConfig *profile();
};
}