summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/tests/create_test.rb
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:21:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:21:02 -0500
commitf9c7aadc3daaeb40f05034a5c464c5f9c47c216f (patch)
treef26d880966584099db691ff1dff8a86eb46a0d88 /kopete/libkopete/tests/create_test.rb
parent72d6005aa2755b993c0cc2fc177209594b2c26d0 (diff)
downloadtdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.tar.gz
tdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.zip
Fix inadvertent tq changes.
Diffstat (limited to 'kopete/libkopete/tests/create_test.rb')
-rwxr-xr-xkopete/libkopete/tests/create_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/tests/create_test.rb b/kopete/libkopete/tests/create_test.rb
index ba6e0c2e..7951bf35 100755
--- a/kopete/libkopete/tests/create_test.rb
+++ b/kopete/libkopete/tests/create_test.rb
@@ -37,7 +37,7 @@ fileCpp.gsub!(/template/, className.downcase.gsub(/::/,""))
fileCpp.gsub!(/Template/, className.gsub(/::/,""))
fileCpp.gsub!(/some requirement/, className + " class.")
-makefileAm = "kunittest_template_test_la_SOURCES = template_test.cpp\nkunittest_template_test_la_LIBADD = -lkunittest ../tqmock/libkopete_tqmock.la\nkunittest_template_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)\n"
+makefileAm = "kunittest_template_test_la_SOURCES = template_test.cpp\nkunittest_template_test_la_LIBADD = -lkunittest ../mock/libkopete_mock.la\nkunittest_template_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)\n"
makefileAm.gsub!(/template/, className.downcase.gsub(/::/,""))
hNew = hBase.gsub(/template/, className.downcase.gsub(/::/,""))