summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/learntab.cpp
Unidiff
Diffstat (limited to 'noncore/tools/remote/learntab.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/learntab.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/remote/learntab.cpp b/noncore/tools/remote/learntab.cpp
index 1c746c5..7582161 100644
--- a/noncore/tools/remote/learntab.cpp
+++ b/noncore/tools/remote/learntab.cpp
@@ -81,7 +81,7 @@ QStringList LearnTab::getRemotes()
81 QMessageBox::NoButton, 81 QMessageBox::NoButton,
82 QMessageBox::NoButton); 82 QMessageBox::NoButton);
83 mb->exec(); 83 mb->exec();
84 perror("ButtonDialog::GetRemotes"); 84 perror("LearnTab::GetRemotes");
85 return NULL; 85 return NULL;
86 } 86 }
87 87
@@ -94,7 +94,7 @@ QStringList LearnTab::getRemotes()
94 QMessageBox::NoButton, 94 QMessageBox::NoButton,
95 QMessageBox::NoButton); 95 QMessageBox::NoButton);
96 mb->exec(); 96 mb->exec();
97 perror("ButtonDialog::GetRemotes"); 97 perror("LearnTab::GetRemotes");
98 return NULL; 98 return NULL;
99 } 99 }
100 100
@@ -124,7 +124,7 @@ QStringList LearnTab::getRemotes()
124 QMessageBox::NoButton, 124 QMessageBox::NoButton,
125 QMessageBox::NoButton); 125 QMessageBox::NoButton);
126 mb->exec(); 126 mb->exec();
127 perror("ButtonDialog::GetRemotes"); 127 perror("LearnTab::GetRemotes");
128 return NULL; 128 return NULL;
129 } 129 }
130 130