diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:29:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:29:41 -0600 |
commit | a95d6759fa92ebe75217cabb6e8ebf1e2ba521df (patch) | |
tree | d029e53d18efaf997c7bc04d7ab77a529c0ba7e4 /sip/tdecore | |
parent | 166e14601c08f26f3eeb34c5e63c23cc3353c94e (diff) | |
download | pytde-a95d6759fa92ebe75217cabb6e8ebf1e2ba521df.tar.gz pytde-a95d6759fa92ebe75217cabb6e8ebf1e2ba521df.zip |
Rename additional KDE strings
Diffstat (limited to 'sip/tdecore')
-rw-r--r-- | sip/tdecore/kstddirs.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/kstddirs.sip b/sip/tdecore/kstddirs.sip index 72046ec..3e6ea5b 100644 --- a/sip/tdecore/kstddirs.sip +++ b/sip/tdecore/kstddirs.sip @@ -52,7 +52,7 @@ public: static bool makeDir (const TQString&, int = 493); static TQString kde_default (const char*); TQString kfsstnd_prefixes (); - TQString localkdedir () const; + TQString localtdedir () const; static bool exists (const TQString&); private: |