diff options
author | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
commit | 2c9bc9b806f533df7b8f5349467d0f4be95314a4 (patch) | |
tree | 15f82ae94dd430374f3d939958912c4fb2855326 /src/app/config.h | |
parent | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (diff) | |
download | codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.tar.gz codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.zip |
Conversion qt3 -> tqt3
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/config.h')
-rw-r--r-- | src/app/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config.h b/src/app/config.h index fbab5e8..d4a466a 100644 --- a/src/app/config.h +++ b/src/app/config.h @@ -9,7 +9,7 @@ namespace Codeine
{
- static inline KConfig *config( const QString &group )
+ static inline KConfig *config( const TQString &group )
{
KConfig* const instance = KGlobal::config();
instance->setGroup( group );
|