summaryrefslogtreecommitdiffstats
path: root/src/app/config.h
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:55:00 +0200
committergregory guy <[email protected]>2020-06-21 15:36:20 +0200
commit0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch)
tree7dc6943b6af7edd7500456aaa813d79c8f09c88b /src/app/config.h
parent88aa431c9d79bad942de04f4b28954b428079fd1 (diff)
downloadcodeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz
codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/config.h')
-rw-r--r--src/app/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/app/config.h b/src/app/config.h
deleted file mode 100644
index 4ac877c..0000000
--- a/src/app/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// (c) 2004 Max Howell ([email protected])
-// See COPYING file for licensing information
-
-#ifndef CODEINECONFIG_H
-#define CODEINECONFIG_H
-
-#include <tdeconfig.h>
-#include <tdeglobal.h>
-
-namespace Codeine
-{
- static inline TDEConfig *config( const TQString &group )
- {
- TDEConfig* const instance = TDEGlobal::config();
- instance->setGroup( group );
- return instance;
- }
-}
-
-#endif