diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 24c5cdc2737fe0044b11a12359606973eb93fc0b (patch) | |
tree | a670701ebff60c73e9f32aab588e9b3d395d74f9 /kwin4 | |
parent | f6000cffbc89072156cad7866d179fbd622df317 (diff) | |
download | tdegames-24c5cdc2737fe0044b11a12359606973eb93fc0b.tar.gz tdegames-24c5cdc2737fe0044b11a12359606973eb93fc0b.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin4')
-rwxr-xr-x | kwin4/install-sh | 2 | ||||
-rw-r--r-- | kwin4/kwin4/kwin4doc.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kwin4/install-sh b/kwin4/install-sh index a3789027..67c94290 100755 --- a/kwin4/install-sh +++ b/kwin4/install-sh @@ -113,7 +113,7 @@ else # Waiting for this to be detected by the "$instcmd $src $dsttmp" command # might cause directories to be created, which would be especially bad -# if $src (and thus $dsttmp) tqcontains '*'. +# if $src (and thus $dsttmp) contains '*'. if [ -f "$src" -o -d "$src" ] then diff --git a/kwin4/kwin4/kwin4doc.cpp b/kwin4/kwin4/kwin4doc.cpp index a4c2c622..8c52985b 100644 --- a/kwin4/kwin4/kwin4doc.cpp +++ b/kwin4/kwin4/kwin4doc.cpp @@ -42,10 +42,10 @@ Kwin4Doc::Kwin4Doc(TQWidget *tqparent, const char *) : KGame(1234,TQT_TQOBJECT(t this,TQT_SLOT(slotPropertyChanged(KGamePropertyBase *,KGame *))); dataHandler()->Debug(); - //kdDebug(12010) << "Property 7 policy=" << dataHandler()->tqfind(7)->policy() << endl; + //kdDebug(12010) << "Property 7 policy=" << dataHandler()->find(7)->policy() << endl; setPolicy(KGame::PolicyDirty,true); - //kdDebug(12010) << "Property 7 policy=" << dataHandler()->tqfind(7)->policy() << endl; + //kdDebug(12010) << "Property 7 policy=" << dataHandler()->find(7)->policy() << endl; // Game design setMaxPlayers(2); |