summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:06:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:06:42 -0600
commitc153d5f83c85f8c5971f2a013ab571d9d4ca1d8b (patch)
treef3263615806d322dacaed0d7f7207a719bd0d2de /korundum/rubylib/examples
parentfb7e279ef21733ca91caad571e63263b1f947f85 (diff)
downloadtdebindings-c153d5f83c85f8c5971f2a013ab571d9d4ca1d8b.tar.gz
tdebindings-c153d5f83c85f8c5971f2a013ab571d9d4ca1d8b.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/examples')
-rw-r--r--korundum/rubylib/examples/uimodules/uidialogs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/examples/uimodules/uidialogs.rb b/korundum/rubylib/examples/uimodules/uidialogs.rb
index 0715fe12..8efed493 100644
--- a/korundum/rubylib/examples/uimodules/uidialogs.rb
+++ b/korundum/rubylib/examples/uimodules/uidialogs.rb
@@ -131,7 +131,7 @@ class MessageDlg < KDE::Dialog
end
-def UIDialogs.dlgKAboutDialog(parent)
+def UIDialogs.dlgTDEAboutDialog(parent)
dlg = KDE::AboutDialog.new(parent, 'about dialog', false)
dlg.setLogo(TQt::Pixmap.new("rbtestimage.png"))
dlg.setTitle("UISampler for Korundum")
@@ -150,7 +150,7 @@ def UIDialogs.dlgKBugReport(parent)
dlg.exec()
end
-def UIDialogs.dlgKAboutKDE(parent)
+def UIDialogs.dlgTDEAboutKDE(parent)
dlg = KDE::AboutKDE.new(parent, "about kde", false)
dlg.show()
end