diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 17:55:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 17:55:22 -0600 |
commit | ef5a04df564ad5c27406c41fb55e32ad3aa39d25 (patch) | |
tree | bf521221fffb7a73f318fc5579da7c25fed9ff74 /kjsembed/builtins/resources.cpp | |
parent | 6d5f6f30f0236920737b74261e664fdaab90c33c (diff) | |
download | tdebindings-ef5a04df564ad5c27406c41fb55e32ad3aa39d25.tar.gz tdebindings-ef5a04df564ad5c27406c41fb55e32ad3aa39d25.zip |
Rename tqt3 color functions
Diffstat (limited to 'kjsembed/builtins/resources.cpp')
-rw-r--r-- | kjsembed/builtins/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/builtins/resources.cpp b/kjsembed/builtins/resources.cpp index 192b17fa..b7244d84 100644 --- a/kjsembed/builtins/resources.cpp +++ b/kjsembed/builtins/resources.cpp @@ -140,7 +140,7 @@ KJS::Value StdDirsImp::call( KJS::ExecState *exec, KJS::Object &/*self*/, const case StdDirsImp::homeDirPath: return KJS::String(TQDir::homeDirPath()); case StdDirsImp::applicationDirPath: - return KJS::String(qApp->applicationDirPath()); + return KJS::String(tqApp->applicationDirPath()); default: kdWarning() << "StdDirsImp has no method " << id << endl; } |